summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Suminski2018-03-13 11:05:24 +0100
committerMaciej Suminski2018-03-13 11:05:24 +0100
commitcdd4171be0cd585c1d325d74506f9881748bb392 (patch)
tree0f2b09511e9b45d915b4a601cdd6d89217cc3763
parent98549ed6a5c506b7b41a02d59d5749051dd2728b (diff)
downloadaur-cdd4171be0cd585c1d325d74506f9881748bb392.tar.gz
Added qjackctl as a conflict package
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4732718d5343..2ffd7df554ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPL2')
depends=('jack' 'hicolor-icon-theme' 'qt5-x11extras')
url="https://qjackctl.sourceforge.io/"
makedepends=('git')
-provides=(qjackctl)
-conflicts=(qjackctl-svn)
+provides=('qjackctl')
+conflicts=('qjackctl' 'qjackctl-svn')
# sf.net is the original repository, but has connection problems
#source=("${pkgname}"'::git+http://git.code.sf.net/p/qjackctl/code')
source=("${pkgname}"'::git+https://github.com/rncbc/qjackctl.git')