diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-04-23 00:46:38 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-04-23 00:46:38 +1000 |
commit | d3a7f7dfc4e57439449e03d30824e91df0c1e72b (patch) | |
tree | 8a8478bca9e06f065ad07ba8696ad25afd5b98a6 /lilv | |
parent | 040cc8e79ca9be29bc809c0f74ed9e23b7db638d (diff) | |
download | contrib-d3a7f7dfc4e57439449e03d30824e91df0c1e72b.tar.gz contrib-d3a7f7dfc4e57439449e03d30824e91df0c1e72b.tar.xz |
lilv: fix dependencies
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/.signature | 4 | ||||
-rw-r--r-- | lilv/Pkgfile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lilv/.signature b/lilv/.signature index 54c5458ee..067f7c0c4 100644 --- a/lilv/.signature +++ b/lilv/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+AhWHILNWzpsKcBDUOdKsiY4mKKIBQeY7XdG60OB0mitfJCrctEOo8AmOU9dbg/6lkqmsKSCayg1nwLkBnm4wg= -SHA256 (Pkgfile) = d18a0ee00f0ed1bd3f8a043a16e555ae54b589c09eaa01ada90748e991b79c61 +RWSagIOpLGJF3159w6q+kzBty4CJ1j3Hl1mLJtKRV56jc9tD27G8ai2DslTtjrrS+32jIGglSTlmViTFtFd9oYwg1uNts2YIPw0= +SHA256 (Pkgfile) = 672d37252cc328ea1944be3e55564f0ef3e00aca38f2098d8c4d1e15db0f5cef SHA256 (.footprint) = de332029f308b58bd25801e7b78c272bbe53398ceb5dd2a4f300a87f1476301a SHA256 (lilv-0.24.6.tar.bz2) = 5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc diff --git a/lilv/Pkgfile b/lilv/Pkgfile index 4f2c60818..88843ee6e 100644 --- a/lilv/Pkgfile +++ b/lilv/Pkgfile @@ -1,8 +1,7 @@ # Description: A C library interface to the LV2 plug-in standard, # URL: http://drobilla.net/software/lilv/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Packager: Danny Rawlins, crux at romster dot me -# Depends on: python3-numpy sratom jack swig +# Depends on: sratom swig name=lilv version=0.24.6 |