summaryrefslogtreecommitdiff
path: root/extra/lilv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lilv/PKGBUILD')
-rw-r--r--extra/lilv/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/lilv/PKGBUILD b/extra/lilv/PKGBUILD
index 9b58dff47..afacf9f9f 100644
--- a/extra/lilv/PKGBUILD
+++ b/extra/lilv/PKGBUILD
@@ -3,27 +3,21 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=lilv
-pkgver=0.16.0
+pkgver=0.18.0
pkgrel=1
-pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications"
+pkgdesc="A C library interface to the LV2 plug-in standard"
arch=('i686' 'x86_64' 'mips64el')
url="http://drobilla.net/software/lilv/"
license=('custom:ISC')
-depends=('python2' 'sratom>=0.4.2' 'jack')
+depends=('python2-numpy' 'sratom>=0.4.4' 'jack')
makedepends=('swig')
-optdepends=('bash-completion: auto-complete words')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2"
- 'lilvmm.patch')
-md5sums=('12eb71f2b5b8a68e15c1c816896bcb9f'
- 'd34207f8ca3586650ad7c50284ffb3e0')
+optdepends=('bash-completion')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('1d1232ea73b239551bb4f462b414a819')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # fix UI API error
- # backport of http://dev.drobilla.net/changeset/5092
- patch -Np2 -i "$srcdir/lilvmm.patch"
-
# pick up python2 even when python3 exists
# (the build system has flaky support for python3)
export PYTHON="/usr/bin/python2"