summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-25 20:00:34 +0200
committerChristopher Arndt2021-04-25 20:00:34 +0200
commit951842279575f7e2a99a43a45ddec693e4025a67 (patch)
treef0ee931f01eee54368060cbe2336244c940e5230 /PKGBUILD
parentc1dd8207c45603aca46af5b27878d74f825a2949 (diff)
downloadaur-dexed.tar.gz
Fix VST3 plugin installation directory
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce4e9ede35bc..24db9df07209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ declare -g -A _thirdparty_libs=(
pkgname="dexed"
pkgver=0.9.6
_juce_version=6.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A software synth closely modelled on the Yamaha DX7"
arch=('i686' 'x86_64')
url="http://asb2m10.github.io/dexed/"
@@ -74,7 +74,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"