summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2023-06-07 20:00:28 +0000
committerFlorian Hülsmann2023-06-07 20:00:28 +0000
commit8f2bc5710d629b69a6b55edb118e9d9e05158d73 (patch)
tree863d7930e92867121c26063f0243b49c3bd8849f
parent8e793042fb12935016128f1e2195e324275eb6dd (diff)
downloadaur-8f2bc5710d629b69a6b55edb118e9d9e05158d73.tar.gz
uhhyou-plugins: skip vst3sdk samples (#242)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16872ef00a3..0a2ff6a4b703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uhhyou-plugins
pkgdesc = A collection of synthesizer and effect VST3 plugins
pkgver = 0.55.0
- pkgrel = 1
+ pkgrel = 2
url = https://ryukau.github.io/VSTPlugins/
arch = aarch64
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7c207176b634..494ba35db9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=VSTPlugins-UhhyouPlugins
pkgname=uhhyou-plugins
pkgver=0.55.0
-pkgrel=1
+pkgrel=2
pkgdesc='A collection of synthesizer and effect VST3 plugins'
arch=(aarch64 x86_64)
url='https://ryukau.github.io/VSTPlugins/'
@@ -59,6 +59,8 @@ package() {
libpango-1.0.so libgobject-2.0.so ttf-croscore)
cd "$srcdir"/build/VST3/Release
for plugin in *.vst3; do
+ # skip vst3sdk samples
+ [ ! -f $plugin/Contents/moduleinfo.json ] && continue
# install executable
install -vDm755 $plugin/Contents/$CARCH-linux/*.so -t \
"$pkgdir"/usr/lib/vst3/$plugin/Contents/$CARCH-linux