summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorusrmusicman2024-03-16 07:40:48 -0400
committerusrmusicman2024-03-16 07:40:48 -0400
commita37b15fef5be108564197d69d5ef232a93780507 (patch)
treec84a8a226a5d06f3c0ec4c011e095c7cf09827b2 /PKGBUILD
parent106bf5db19d72bd976026bf4bf7869432500f766 (diff)
downloadaur-a37b15fef5be108564197d69d5ef232a93780507.tar.gz
Update groups
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4be293e8e632..1f0101258f2c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=harrison-multiband-compressor
pkgname=("${pkgbase}-vst-bin" "${pkgbase}-vst3-bin")
pkgver=4.0.1.8ec4d54b
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://store.harrisonaudio.com/all-products/multiband-compressor"
license=('EULA')
@@ -22,5 +22,6 @@ package_harrison-multiband-compressor-vst-bin() {
package_harrison-multiband-compressor-vst3-bin() {
pkgdesc="Harrison MultiBand Compressor (VST3)"
+ groups=("vst3-plugins")
install -Dm755 "$srcdir/Harrison_MultiBandCompressor/vst3/Harrison_MultiBandCompressor.vst3/Contents/x86_64-linux/Harrison_MultiBandCompressor.so" "$pkgdir/usr/lib/vst3/Harrison_MultiBandCompressor.vst3/Contents/x86_64-linux/Harrison_MultiBandCompressor.so"
}