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

Ray Rashif schiv at nymeria.archlinux.org
Sat Aug 24 17:41:22 UTC 2013


    Date: Saturday, August 24, 2013 @ 19:41:21
  Author: schiv
Revision: 193589

upgpkg: suil 0.6.14-2

rebuild against new lv2
missed it on the last update of both
locking down versions so I remember in future
also add build argument to waf for consistency

Modified:
  suil/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-24 16:58:24 UTC (rev 193588)
+++ PKGBUILD	2013-08-24 17:41:21 UTC (rev 193589)
@@ -4,12 +4,12 @@
 
 pkgname=suil
 pkgver=0.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=('i686' 'x86_64')
 url="http://drobilla.net/software/suil/"
 license=('custom:ISC')
-depends=('lv2')
+depends=('lv2>=1.6.0')
 makedepends=('python2' 'qt4' 'gtk2')
 optdepends=('qt4: Qt 4.x UI wrapping support'
             'gtk2: GTK+ 2.x UI wrapping support')
@@ -23,7 +23,7 @@
   sed -i "/ldconfig/d" wscript
 
   python2 waf configure --prefix=/usr
-  python2 waf
+  python2 waf build $MAKEFLAGS
 }
 
 package() {




More information about the arch-commits mailing list