* update lilv to 0.24.12-1

This commit is contained in:
Alexander Baldeck 2021-01-17 18:51:03 +01:00
parent b42556b231
commit 311331b209

View File

@ -4,10 +4,10 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=lilv
pkgver=0.24.10
pkgrel=3
pkgver=0.24.12
pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard"
arch=( x86_64 powerpc64le powerpc )
arch=(x86_64 powerpc64le powerpc)
url="https://drobilla.net/software/lilv/"
license=('custom:ISC')
depends=('glibc')
@ -16,12 +16,12 @@ optdepends=('bash-completion: completion for bash'
'libsndfile: for lv2apply'
'python: for Python bindings')
provides=('liblilv-0.so')
source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
sha512sums=('1dfd4fef19537686b63a4e7df45e3b1a7c4a658acc21d5646daba4d3bd5676513857b3f437b89f1a06232516433ef155772d19625c33d49d13ada37a965982cf'
source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.asc})
sha512sums=('ea22db4e995792b62d60d793169c792549b8fb0255c2cf7a85780dd149811921e2fae5eaea0fb83465f01b14dfa66361af3be40bf7cb3733e98655b943f4faee'
'SKIP')
b2sums=('a316c0aae8f93a6104ad46e9e93cd3948b4596920a9bb7f1ab5bfe596428aa43e45413f79cd9e7c094ca3239e4811bd391015f17be5c059a54b0a050aff1e964'
b2sums=('47efe553c6fc249ed0cde47a47a01e0b3496ea4dfac88849b75d9720cb3a158fa1c95959ffc1a09e606f8ba3831e79382ba08ad100ee17cf19c7f1ffa186d6e2'
'SKIP')
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>
prepare() {
cd "${pkgname}-${pkgver}"