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")