diff --git a/.SRCINFO b/.SRCINFO index ceb3ff01e694..c2089d7ba864 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 4dedab0622ca..97cc58b14d24 100644 --- a/PKGBUILD +++ b/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')