diff options
author | root <root@rshg054.dnsready.net> | 2013-08-12 01:42:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-12 01:42:52 -0700 |
commit | 60da6abff6c9577a783d72865f11de7a585e912e (patch) | |
tree | 5e301a95d49ee3ed01a70833b7b8f39d098c5835 /extra/suil | |
parent | 18a41d682d6e91e0d28fce23eb75292f477bd620 (diff) |
Mon Aug 12 01:40:44 PDT 2013
Diffstat (limited to 'extra/suil')
-rw-r--r-- | extra/suil/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/suil/PKGBUILD b/extra/suil/PKGBUILD index 8f43b4ab7..dfd2e2323 100644 --- a/extra/suil/PKGBUILD +++ b/extra/suil/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: speps <speps at aur dot archlinux dot org> pkgname=suil -pkgver=0.6.12 +pkgver=0.6.14 pkgrel=1 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ 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=('528d4a0a37e6c9d5a4547ac36f7bd9e6') +md5sums=('c9738de0d6974aca1fe75dd280114158') build() { cd "$srcdir/$pkgname-$pkgver" |