summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17acaa55293..09fc57ea94a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=mod-cv-plugins
pkgname="$_pkgname-git"
pkgver=r259.a2feb53
-pkgrel=2
+pkgrel=3
pkgdesc='CV (audio-rate control) LV2 plugins from MOD Devices (git version)'
arch=(i686 x86_64)
url='https://github.com/moddevices/mod-cv-plugins'
@@ -35,6 +35,8 @@ prepare() {
git -c protocol.file.allow=always submodule update
# fix syntax error in .ttl file
sed -i -e 's/html ;/html" ;/' source/mod-cv-meter/mod-cv-meter.lv2/mod-cv-meter.ttl
+ # remove reference to non-existing file in .ttl file
+ sed -i -e 's/ , <modgui\.ttl>//' source/mod-cv-transport/mod-cv-transport.lv2/manifest.ttl
}
build() {