summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2024-04-26 03:45:55 +0000
committerChristopher Arndt2024-04-26 03:45:55 +0000
commit5b8969d7cf986f61b4f24e738c60ad75f53988a2 (patch)
tree7f83f34c26a37e6c5b0294620319674302ec69cb /PKGBUILD
parentaa187a245183ab9743ecea24e93b1c193b2d1758 (diff)
downloadaur-ykchorus.tar.gz
feat: update package 'ykchorus' to 0.2.4-1 (#412)
* Use SPDX identifier for license field * Add CLAP and VST3 format Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab34c17f79ef..6ba7777e792b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,30 +3,25 @@
pkgname=ykchorus
_plugin_uri="https://chrisarndt.de/plugins/$pkgname"
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc='A stereo dual-chorus audio effect LV2, LADSPA and VST2 plugin and JACK application'
arch=(x86_64 aarch64)
url="https://github.com/SpotlightKid/$pkgname"
-license=(GPL2)
+license=(GPL-2.0-only)
depends=(gcc-libs libglvnd)
checkdepends=(kxstudio-lv2-extensions lv2lint)
optdepends=(
'jack: for stand-alone JACK client program'
+ 'clap-host: for CLAP plugin'
'ladspa-host: for LADSPA plugin'
'lv2-host: for LV2 plugin'
- 'vst-host: for VST plugin'
+ 'vst-host: for VST2 plugin'
+ 'vst3-host: for VST3 plugin'
)
-groups=(ladspa-plugins lv2-plugins pro-audio vst-plugins)
+groups=(clap-plugins ladspa-plugins lv2-plugins pro-audio vst-plugins vst3-plugins)
source=("https://github.com/SpotlightKid/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('f1783e5fe73efb695fe9eeb298c0494030deb4ed29a048374f6b6ea412826716')
-
-prepare() {
- cd $pkgname-$pkgver
- # We don't want the DSSI version:
- sed -i -e '/ykchorus-dssi/d' Makefile
- sed -i -e '/dssi_dsp$/d' plugins/YKChorus/Makefile
-}
+sha256sums=('1dfd5981c52e5567eea15b43961f6bd3a88a96c0e8eabd9f56d823d24edb3970')
build() {
cd $pkgname-$pkgver