[arch-commits] Commit in lilv/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Thu Oct 15 22:21:54 UTC 2015


    Date: Friday, October 16, 2015 @ 00:21:53
  Author: schiv
Revision: 249424

upgpkg: lilv 0.22.0-1

upstream release

Modified:
  lilv/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 22:21:22 UTC (rev 249423)
+++ PKGBUILD	2015-10-15 22:21:53 UTC (rev 249424)
@@ -3,23 +3,24 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=lilv
-pkgver=0.20.0
+pkgver=0.22.0
 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=('python2-numpy' 'sratom>=0.4.6' 'jack')
+# sratom depends on sord but lilv has its own version requirements
+depends=('python2-numpy' 'sratom>=0.4.6' 'sord>=0.14.0' 'jack')
 makedepends=('swig')
 optdepends=('bash-completion')
 source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('f88419fa70cc96dfdc7e0bf3cd09b180')
+md5sums=('fd3a14fdaeaba4716b4fef526548a747')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # pick up python2 even when python3 exists
-  # (the build system has flaky support for python3)
+  # (the build system has flaky support for python3) -- TODO: check this again
   export PYTHON="/usr/bin/python2"
 
   # remove ldconfig --speps



More information about the arch-commits mailing list