summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTeteros2018-10-06 20:42:03 +0100
committerTeteros2018-10-06 20:42:03 +0100
commit796d1f5b2cb271e75201fa045862b76ca129d467 (patch)
treeb8729be56d1791a9dcb93afb7e77b5b45455858a /PKGBUILD
parente9f13af79daec6ccf16db745dbbaf2151e38debc (diff)
downloadaur-796d1f5b2cb271e75201fa045862b76ca129d467.tar.gz
Conflict with LMMS which bundles its own calf-ladspa
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")