summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-27 00:38:38 +0100
committerMilk Brewster2020-08-27 00:38:38 +0100
commite21c0e0dfa27a8d6524020aecdfd8ca1460a4629 (patch)
tree30def3eb232458985b9a75e5c9ec056800fcefa9
parent77e62a78f7cd39c87ec5c83c1ed42ac06fb7289d (diff)
downloadaur-e21c0e0dfa27a8d6524020aecdfd8ca1460a4629.tar.gz
fix provides and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a08756fadfb..c5a600aa963f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,9 @@ pkgbase = chowtapemodel.lv2-git
depends = freeglut
depends = jack
provides = chowtapemodel.lv2
+ provides = chowtapemodel.lv2-bin
conflicts = chowtapemodel.lv2
+ conflicts = chowtapemodel.lv2-bin
source = chowtapemodel.lv2-git::git+https://github.com/jatinchowdhury18/AnalogTapeModel
source = git+https://github.com/jatinchowdhury18/JUCE.git
source = git+https://github.com/ffAudio/foleys_gui_magic.git
diff --git a/PKGBUILD b/PKGBUILD
index 9374310a0214..1e4f98950bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=(x86_64)
url="https://github.com/jatinchowdhury18/AnalogTapeModel"
license=(GPL)
groups=(lv2plugins)
-conflicts=(chowtapemodel.lv2)
-provides=(chowtapemodel.lv2)
+conflicts=('chowtapemodel.lv2' 'chowtapemodel.lv2-bin')
+provides=('chowtapemodel.lv2' 'chowtapemodel.lv2-bin')
depends=('git' 'alsa-lib' 'libxcursor' 'libxinerama' 'libxrandr' 'freeglut' 'jack')
makedepends=()
source=("$pkgname::git+https://github.com/jatinchowdhury18/AnalogTapeModel"