summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-25 20:06:24 +0200
committerChristopher Arndt2021-04-25 20:06:24 +0200
commitc6e7b8909639491b349ac770a7688659396457af (patch)
tree6a1a5664448e0d00a4d0c3720a8bf555f4d63143
parenta01f98c2ec69e99a6e31543428b02abc7f8d4434 (diff)
downloadaur-c6e7b8909639491b349ac770a7688659396457af.tar.gz
Fix VST3 plugin installation directory
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4b3dac8ff3..370da17bf897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dexed-git
pkgdesc = A software synth closely modelled on the Yamaha DX7 (git version)
pkgver = 0.9.6.r0.g11ae4d7
- pkgrel = 1
+ pkgrel = 2
url = http://asb2m10.github.io/dexed/
changelog = ChangeLog
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 88debec8886b..4512539dbf94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dexed
_juce_version=6.0.7
pkgname="${_pkgname}-git"
pkgver=0.9.6.r0.g11ae4d7
-pkgrel=1
+pkgrel=2
pkgdesc="A software synth closely modelled on the Yamaha DX7 (git version)"
arch=('i686' 'x86_64')
url="http://asb2m10.github.io/dexed/"
@@ -64,7 +64,7 @@ package() {
# install VST plugin
install -Dm755 Builds/Linux/build/Dexed.vst3/Contents/$(uname -m)-linux/Dexed.so \
- -t "${pkgdir}/usr/lib/vst/Dexed.vst3/Contents/$(uname -m)-linux/"
+ -t "${pkgdir}/usr/lib/vst3/Dexed.vst3/Contents/$(uname -m)-linux/"
# install standalone program
install -Dm755 Builds/Linux/build/Dexed \
"${pkgdir}/usr/bin/dexed"