author | David Runge
<dvzrv@archlinux.org> 2020-05-18 17:28:04 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2020-05-18 17:28:04 UTC |
parent | 64d6c26eb39549424a7727fe78006b07b0cb2d3f |
PKGBUILD | +6 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 40656b9..e2b49d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,19 +2,21 @@ # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Orivej Desh <smpuj@bk.ru> -_dir=2588 +_dir=2691 pkgname=vamp-plugin-sdk -pkgver=2.9.0 +pkgver=2.10.0 pkgrel=1 pkgdesc="The Vamp audio analysis plug-in system" arch=('x86_64') url="https://www.vamp-plugins.org/" license=('BSD') groups=('pro-audio') -depends=('gcc-libs' 'glibc' 'libsndfile') +depends=('gcc-libs' 'glibc') +makedepends=('libsndfile') +optdepends=('libsndfile: for vamp-simple-host') provides=('libvamp-hostsdk.so' 'libvamp-sdk.so') source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b') +sha512sums=('153b7f2fa01b77c65ad393ca0689742d66421017fd5931d216caa0fcf6909355fff74706fabbc062a3a04588a619c9b515a1dae00f21a57afd97902a355c48ed') build() { cd "${pkgname}-${pkgver}"