diff options
Diffstat (limited to 'extra/sratom/PKGBUILD')
-rw-r--r-- | extra/sratom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/sratom/PKGBUILD b/extra/sratom/PKGBUILD index 09ae20b22..63302c5fd 100644 --- a/extra/sratom/PKGBUILD +++ b/extra/sratom/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: speps <speps at aur dot archlinux dot org> pkgname=sratom -pkgver=0.4.2 +pkgver=0.4.4 pkgrel=1 pkgdesc="An LV2 Atom RDF serialisation library" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('custom:ISC') depends=('lv2' 'sord>=0.12.0') makedepends=('python2') source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('5bb7e4bc4198e19f388ac51239007f25') +md5sums=('07449e40511f5911298ee4c79ad0530a') build() { cd "$srcdir/$pkgname-$pkgver" |