diff options
author | root <root@rshg054.dnsready.net> | 2012-11-20 02:04:03 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-20 02:04:03 -0800 |
commit | 0a05643b928d724c048e4306955642d91f24d33c (patch) | |
tree | 0a11cb4c40549d5a7359a86fccf6e05f65c52128 /extra/sord | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Tue Nov 20 02:04:03 PST 2012
Diffstat (limited to 'extra/sord')
-rw-r--r-- | extra/sord/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/sord/PKGBUILD b/extra/sord/PKGBUILD index 86f5d8fda..2f9921d89 100644 --- a/extra/sord/PKGBUILD +++ b/extra/sord/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: speps <speps at aur dot archlinux dot org> pkgname=sord -pkgver=0.10.0 +pkgver=0.10.4 pkgrel=1 pkgdesc="A lightweight C library for storing RDF data in memory." arch=(i686 x86_64) @@ -12,7 +12,7 @@ license=('custom:ISC') depends=('serd>=0.18.0' 'pcre') makedepends=('python2') source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2") -md5sums=('ad20105c0cefaed32d59c4665d682cab') +md5sums=('9353e5b5e26c926c1a8c0e43fa577f31') build() { cd "$srcdir/$pkgname-$pkgver" |