Disable debug package to prevent conflicts

This commit is contained in:
justinmdickey 2026-01-20 15:42:27 -05:00
parent 6be375e994
commit 446fc886ec
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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")