summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorusrmusicman2022-07-06 10:47:04 -0400
committerusrmusicman2022-07-06 10:47:04 -0400
commitb763ee09f9ca11c7971d5238ccb7e5abf52e094d (patch)
tree11f359db650b58d948df449f6a137ab3a42d0cb7 /PKGBUILD
parent9c39f60fa8e7a4096255992dc98c6f689576702a (diff)
downloadaur-ahm5050-amp-bin.tar.gz
rename vst with proper conventions
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0ec17a4b3b8..bd80996fbb7d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ahm5050-amp-bin
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Audio Assault Dual Amp Sim"
arch=('x86_64')
url="https://audioassault.mx/collections/plugins/products/ahm-5050"
@@ -25,7 +25,7 @@ package() {
cp -rf $srcdir/AHM5050v3\ Linux/AHM5050/Presets/*.preset "$pkgdir/opt/Audio Assault/AHM5050/Presets/"
## Install VST Plugin
- install -Dm755 "$srcdir/AHM5050v3 Linux/AHM 5050 v3 vst2.so" "$pkgdir/usr/lib/vst/AHM 5050 v3 vst2.so"
+ install -Dm755 "$srcdir/AHM5050v3 Linux/AHM 5050 v3 vst2.so" "$pkgdir/usr/lib/vst/AHM 5050 v3.so"
## Install Standalone Binary
cp "$srcdir/AHM5050v3 Linux/AHM 5050 v3 Standalone" "$pkgdir/usr/bin/AHM 5050 v3 Standalone"