From 446fc886ec37b4eea8f95a52f31e754ee4e4b5b6 Mon Sep 17 00:00:00 2001 From: justinmdickey Date: Tue, 20 Jan 2026 15:42:27 -0500 Subject: [PATCH] Disable debug package to prevent conflicts --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index c2089d7ba864..6cb76619dedf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 97cc58b14d24..e2b56e0846cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")