summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3ce13ebe0c..ad4561aede8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mixbus32c
pkgdesc = Harrison Mixbus - Digital Audio Workstation (32C Version)
- pkgver = 5.2.191
+ pkgver = 5.3.0
pkgrel = 1
url = http://harrisonconsoles.com/site/mixbus32c.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 99b3b9f618e5..c0d07d669860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## ATTENTION!! You will need to download the trial and/or obtain a license from Harrison Consoles. Then, drop all appropriate files in the root with the PKGBUILD. Also, uncomment the lines that reference the license file if you want an easy install process.
pkgname=mixbus32c
-pkgver=5.2.191
+pkgver=5.3.0
pkgrel=1
pkgdesc="Harrison Mixbus - Digital Audio Workstation (32C Version)"
arch=('i686' 'x86_64')
@@ -41,14 +41,14 @@ cp -r $srcdir/Mixbus32C_$(uname -m)-$pkgver/* $pkgdir/opt/$pkgname
msg2 "Installing Mixbus Licenses..."
for plugin in essentials $pkgname-5 xt_bc3 xt_ds xt_eg xt_eq xt_lc xt_mc xt_me xt_sc xt_tg; do
if [ -f ../license_key_harrison_$plugin.txt ]; then
- install -D ../license_key_harrison_$plugin.txt $pkgdir/opt/$pkgname/license_key_harrison_$plugin.txt
+ install -Dm644 ../license_key_harrison_$plugin.txt $pkgdir/usr/local/share/license_key_harrison_$plugin.txt
fi
done
msg2 "Installing X42 Plugin Licenses"
for plugin in eq whirl; do
if [ -f ../x42-$plugin.txt ]; then
- install -D ../x42-$plugin.txt $pkgdir/opt/$pkgname/x42-$plugin.txt
+ install -Dm644 ../x42-$plugin.txt $pkgdir/usr/local/share/x42-$plugin.txt
fi
done