Add goplaying-bin to conflicts

This commit is contained in:
justinmdickey 2026-01-20 15:32:15 -05:00
parent 61bf6dd95e
commit 6be375e994
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ pkgbase = goplaying-git
depends = playerctl
provides = goplaying
conflicts = goplaying
conflicts = goplaying-bin
source = git+https://github.com/justinmdickey/goplaying.git
md5sums = SKIP

View file

@ -10,7 +10,7 @@ license=('MIT')
depends=('playerctl')
makedepends=('go' 'git')
provides=('goplaying')
conflicts=('goplaying')
conflicts=('goplaying' 'goplaying-bin')
source=("git+https://github.com/justinmdickey/goplaying.git")
md5sums=('SKIP')