summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"