diff options
Diffstat (limited to 'community/jalv/PKGBUILD')
-rw-r--r-- | community/jalv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/jalv/PKGBUILD b/community/jalv/PKGBUILD index 3efe760d3..0318a58d5 100644 --- a/community/jalv/PKGBUILD +++ b/community/jalv/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 95410 2013-08-11 23:09:01Z speps $ +# $Id: PKGBUILD 104788 2014-01-26 03:57:57Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=jalv -pkgver=1.4.2 +pkgver=1.4.4 pkgrel=1 pkgdesc="A simple but fully featured LV2 host for Jack" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('qt4: Qt 4.x frontend' 'gtk3: Gtk+ 3.x frontend' 'gtkmm: Gtk++ 2.x frontend') source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('a649bbe71ecb54563764f4acbdcc84f6' +md5sums=('56aea296a43b2906cc930c1727b3835c' 'SKIP') build() { |