summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1231425494ee..ab34c17f79ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=ykchorus
_plugin_uri="https://chrisarndt.de/plugins/$pkgname"
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='A stereo dual-chorus audio effect LV2, LADSPA and VST2 plugin and JACK application'
-arch=(x86_64)
-url="https://github.com/SpotlightKid/${pkgname}"
+arch=(x86_64 aarch64)
+url="https://github.com/SpotlightKid/$pkgname"
license=(GPL2)
depends=(gcc-libs libglvnd)
checkdepends=(kxstudio-lv2-extensions lv2lint)
optdepends=(
'jack: for stand-alone JACK client program'
- 'ladspa-host: for LV2 plugin'
+ 'ladspa-host: for LADSPA plugin'
'lv2-host: for LV2 plugin'
'vst-host: for VST plugin'
)
-groups=(ladspa-plugins lv2-plugins vst-plugins)
+groups=(ladspa-plugins lv2-plugins pro-audio vst-plugins)
source=("https://github.com/SpotlightKid/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f1783e5fe73efb695fe9eeb298c0494030deb4ed29a048374f6b6ea412826716')