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 b2e94ba4b..b1ca020b0 100644
--- a/extra/suil/PKGBUILD
+++ b/extra/suil/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=suil
-pkgver=0.6.16
+pkgver=0.8.0
pkgrel=1
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('i686' 'x86_64' 'mips64el')
url="http://drobilla.net/software/suil/"
license=('custom:ISC')
-depends=('lv2>=1.6.0')
+depends=('lv2>=1.8.0')
makedepends=('python2' 'qt4' 'gtk2')
optdepends=('qt4: Qt 4.x UI wrapping support'
'gtk2: GTK+ 2.x UI wrapping support')
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('644ccd95179f32f01cee0107a1ad88c9')
+md5sums=('8b6039593b2b8d6838b3b29e36874c1c')
build() {
cd "$srcdir/$pkgname-$pkgver"