Skip to content

Commit

Permalink
feat: bump pkgrel for octasine to 0.9.1-2 and sync it to AUR
Browse files Browse the repository at this point in the history
Also use SPDX license identifier and move libxcursor to run-time depends

Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Sep 14, 2024
1 parent b7fe3db commit c257b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions aur/packages
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mclk.lv2
midi2-workbench
midiomatic
ninjam-server
octasine
ola
paulxstretch
protobuf-21
Expand Down
8 changes: 4 additions & 4 deletions packages/octasine/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c257b7d

Please sign in to comment.