summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2024-01-27 13:56:28 +0100
committerChristopher Arndt2024-01-27 13:56:28 +0100
commit65434f2c9e29720f8cdce92a4ac31edeec712caf (patch)
tree3d288bf9b2aa4008343546d69bb51172e5beecff
parent5a12ae13af79b52f4c45933ccf7d2d9c8dbe19dc (diff)
downloadaur-mod-cv-plugins-git.tar.gz
Remove reference to non-existing file in .ttl file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93c4de99ea50..7e22d02185bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod-cv-plugins-git
pkgdesc = CV (audio-rate control) LV2 plugins from MOD Devices (git version)
pkgver = r259.a2feb53
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/moddevices/mod-cv-plugins
arch = i686
arch = x86_64
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() {