From 6be375e9944b1b72bc8f684e4182cd06d0d9ca69 Mon Sep 17 00:00:00 2001 From: justinmdickey Date: Tue, 20 Jan 2026 15:32:15 -0500 Subject: [PATCH] Add goplaying-bin to conflicts --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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')