summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-25 20:00:34 +0200
committerChristopher Arndt2021-04-25 20:00:34 +0200
commit951842279575f7e2a99a43a45ddec693e4025a67 (patch)
treef0ee931f01eee54368060cbe2336244c940e5230
parentc1dd8207c45603aca46af5b27878d74f825a2949 (diff)
downloadaur-951842279575f7e2a99a43a45ddec693e4025a67.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 fee637a1cef9..6cd91e919165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dexed
pkgdesc = A software synth closely modelled on the Yamaha DX7
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = http://asb2m10.github.io/dexed/
changelog = ChangeLog
arch = i686
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"