summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-12-18 10:36:18 +0100
committerChristopher Arndt2019-12-18 10:36:18 +0100
commit48de1fbd400a1b99f87b003337dd26cfd66d25d2 (patch)
treea98ab5faed9e6c701ce3a1639da70e9c73f74994
parentbf4c03e196a0913276ab9ac154e6f670e9390459 (diff)
downloadaur-48de1fbd400a1b99f87b003337dd26cfd66d25d2.tar.gz
Update lv2 dependency to >= 1.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e041bce82cfa..d4178902a3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = lilv-git
pkgdesc = A C library interface to the LV2 plug-in standard with Python bindings (git version)
- pkgver = 0.24.6.r1258.425af42
- pkgrel = 2
+ pkgver = 0.24.7.r1260.d1c9d1b
+ pkgrel = 1
url = http://drobilla.net/software/lilv
arch = i686
arch = x86_64
license = custom:ISC
makedepends = git
makedepends = libsndfile
- depends = lv2
+ depends = lv2>=1.17.0
depends = python
depends = sratom
optdepends = bash-completion: completion for bash
optdepends = libsndfile: lv2apply utility
provides = lilv
- provides = lilv=0.24.6
+ provides = lilv=0.24.7
provides = liblilv-0.so
conflicts = lilv
conflicts = lilv-svn
diff --git a/PKGBUILD b/PKGBUILD
index 2cf150034a5c..9d32bf534674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=lilv
pkgname="${_pkgname}-git"
-pkgver=0.24.6.r1258.425af42
-pkgrel=2
+pkgver=0.24.7.r1260.d1c9d1b
+pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard with Python bindings (git version)"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/lilv"
license=("custom:ISC")
-depends=('lv2' 'python' 'sratom')
+depends=('lv2>=1.17.0' 'python' 'sratom')
makedepends=('git' 'libsndfile')
optdepends=(
"bash-completion: completion for bash"