diff options
author | root <root@rshg054.dnsready.net> | 2012-08-31 00:04:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-31 00:04:43 +0000 |
commit | 68cdc08aec92abf91448a542e06fabbedbb583bf (patch) | |
tree | 2c42e2f29a6162e0cb5ff3db8f0b46277ab4ed90 /extra/sratom/PKGBUILD | |
parent | dba5b0127d9f00a13c489f0f5893481cbe7d429b (diff) |
Fri Aug 31 00:04:43 UTC 2012
Diffstat (limited to 'extra/sratom/PKGBUILD')
-rw-r--r-- | extra/sratom/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/sratom/PKGBUILD b/extra/sratom/PKGBUILD index e384bdf1c..bc7881bba 100644 --- a/extra/sratom/PKGBUILD +++ b/extra/sratom/PKGBUILD @@ -1,8 +1,9 @@ # $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> +# Maintainer: Ray Rashif <schiv@archlinux.org> +# Contributor: speps <speps at aur dot archlinux dot org> pkgname=sratom -pkgver=0.2.0 +pkgver=0.4.0 pkgrel=1 pkgdesc="An LV2 Atom RDF serialisation library" arch=(i686 x86_64) @@ -11,7 +12,7 @@ license=('custom:ISC') depends=('lv2' 'sord') makedepends=('python2') source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('c03cf2849186818610ffe889be4f5b55') +md5sums=('7279faa5879949de6593945c7f924595') build() { cd "$srcdir/$pkgname-$pkgver" |