author | speps
<speps@gmx.com> 2012-07-18 00:34:26 UTC |
committer | speps
<speps@gmx.com> 2012-07-18 00:34:26 UTC |
parent | b3e1f1feaf6085452ae2c3a9547109e062cee8b8 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 26ace45..79b50e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=suil -pkgver=0.6.2 +pkgver=0.6.4 pkgrel=1 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('python2' 'qt' 'gtk2') optdepends=('qt: Qt UIs wrapping support' 'gtk2: Gtk2 UIs wrapping support') source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('062f1166786cf59a28b3b9bfbda6f15c') +md5sums=('9f34d3f15b4266e7cce59e3ac8f1fb3a') build() { cd "$srcdir/$pkgname-$pkgver"