summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2024-01-27 13:56:28 +0100
committerChristopher Arndt2024-01-27 13:56:28 +0100
commit65434f2c9e29720f8cdce92a4ac31edeec712caf (patch)
tree3d288bf9b2aa4008343546d69bb51172e5beecff /PKGBUILD
parent5a12ae13af79b52f4c45933ccf7d2d9c8dbe19dc (diff)
downloadaur-mod-cv-plugins-git.tar.gz
Remove reference to non-existing file in .ttl file
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() {