summaryrefslogtreecommitdiff
path: root/extra/suil/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/suil/PKGBUILD')
-rw-r--r--extra/suil/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/suil/PKGBUILD b/extra/suil/PKGBUILD
index dfd2e2323..98320b3f2 100644
--- a/extra/suil/PKGBUILD
+++ b/extra/suil/PKGBUILD
@@ -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 @@ build() {
sed -i "/ldconfig/d" wscript
python2 waf configure --prefix=/usr
- python2 waf
+ python2 waf build $MAKEFLAGS
}
package() {