mirror of
https://github.com/archlinux/aur.git
synced 2026-01-31 03:24:45 +01:00
Disable debug package to prevent conflicts
This commit is contained in:
parent
6be375e994
commit
446fc886ec
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -11,6 +11,7 @@ pkgbase = goplaying-git
|
|||
provides = goplaying
|
||||
conflicts = goplaying
|
||||
conflicts = goplaying-bin
|
||||
options = !debug
|
||||
source = git+https://github.com/justinmdickey/goplaying.git
|
||||
md5sums = SKIP
|
||||
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -9,6 +9,7 @@ url="https://github.com/justinmdickey/goplaying"
|
|||
license=('MIT')
|
||||
depends=('playerctl')
|
||||
makedepends=('go' 'git')
|
||||
options=(!debug)
|
||||
provides=('goplaying')
|
||||
conflicts=('goplaying' 'goplaying-bin')
|
||||
source=("git+https://github.com/justinmdickey/goplaying.git")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue