mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 04:04:27 +01:00
Add goplaying-bin to conflicts
This commit is contained in:
parent
61bf6dd95e
commit
6be375e994
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue