summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2016-03-18 12:59:05 +0100
committerChristopher Arndt2016-03-18 12:59:05 +0100
commit0e7a66685ef1c50525942d0ad3100fd4eaec0904 (patch)
tree1817009bbabc0a4729f8de7190d82582da034866 /PKGBUILD
parent3c3ac4171fcd963b0b5c4e0f5a3f7eda35f26e7f (diff)
downloadaur-0e7a66685ef1c50525942d0ad3100fd4eaec0904.tar.gz
Remove implicit dependency lv2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c6219c0bc9d..93a51e220ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=lilv
pkgname="${_pkgname}-git"
-pkgver=0.22.1.r1071.59601f4
+pkgver=0.22.1.r1074.4a1e47e
pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/lilv"
license=("custom:ISC")
-depends=('lv2' 'sratom' 'python-numpy')
+depends=('sratom' 'python-numpy')
makedepends=('subversion' 'swig')
optdepends=("bash-completion: auto-complete words")
provides=("${_pkgname}")