From c257b7de0044c7be20f5c0ad9b38750581091274 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sat, 14 Sep 2024 09:37:03 +0200 Subject: [PATCH] feat: bump pkgrel for octasine to 0.9.1-2 and sync it to AUR Also use SPDX license identifier and move libxcursor to run-time depends Signed-off-by: Christopher Arndt --- aur/packages | 1 + packages/octasine/PKGBUILD | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/aur/packages b/aur/packages index d4a2352f..3b87ade6 100644 --- a/aur/packages +++ b/aur/packages @@ -34,6 +34,7 @@ mclk.lv2 midi2-workbench midiomatic ninjam-server +octasine ola paulxstretch protobuf-21 diff --git a/packages/octasine/PKGBUILD b/packages/octasine/PKGBUILD index ca3aa1c1..02a75355 100644 --- a/packages/octasine/PKGBUILD +++ b/packages/octasine/PKGBUILD @@ -5,14 +5,14 @@ _name=OctaSine pkgname=${_name,,} pkgver=0.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='A four-operator stereo FM synthesizer VST2 plugin' arch=(aarch64 x86_64) url='https://www.octasine.com/' -license=(AGPL3) +license=(AGPL-3.0-only) groups=(clap-plugins pro-audio vst-plugins) -depends=(gcc-libs glibc libx11 libxcb xcb-util-wm) -makedepends=(libglvnd libxcursor python rust) +depends=(gcc-libs glibc libx11 libxcb libxcursor xcb-util-wm) +makedepends=(libglvnd python rust) optdepends=( 'clap-host: for loading the CLAP plugin' 'vst-host: for loading the VST2 plugin'