summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2018-10-06 20:42:03 +0100
committerTeteros2018-10-06 20:42:03 +0100
commit796d1f5b2cb271e75201fa045862b76ca129d467 (patch)
treeb8729be56d1791a9dcb93afb7e77b5b45455858a
parente9f13af79daec6ccf16db745dbbaf2151e38debc (diff)
downloadaur-796d1f5b2cb271e75201fa045862b76ca129d467.tar.gz
Conflict with LMMS which bundles its own calf-ladspa
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce8693570e7..20b6bc73ce41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = calf-ladspa
license = LGPL
makedepends = ladspa
makedepends = cmake
+ conflicts = lmms
noextract = ladspa.zip
source = https://github.com/LMMS/veal/archive/ladspa.zip
source = https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/CMakeLists.txt
diff --git a/PKGBUILD b/PKGBUILD
index a4e69d8393e7..66e2141d0ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(i686 x86_64)
url="https://github.com/LMMS/veal"
license=(LGPL)
makedepends=(ladspa cmake)
+conflicts=('lmms')
source=("https://github.com/LMMS/$_forkname/archive/ladspa.zip"
"https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/CMakeLists.txt"
"https://raw.githubusercontent.com/LMMS/lmms/master/plugins/LadspaEffect/calf/config.h.in")