summaryrefslogtreecommitdiff
path: root/extra/sord
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-12-04 20:19:54 -0600
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-12-04 20:19:54 -0600
commit5b773bfc871ccd0dc540942508e7480c1cd63df2 (patch)
tree432ab7299f728cd5f078cd3e2bfa4f92e8d43487 /extra/sord
parent0cb1158276158c1c2f4bef15c278ffcaf8859172 (diff)
parent1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Conflicts: extra/seahorse/PKGBUILD
Diffstat (limited to 'extra/sord')
-rw-r--r--extra/sord/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/sord/PKGBUILD b/extra/sord/PKGBUILD
index 86f5d8fda..8d0a71024 100644
--- a/extra/sord/PKGBUILD
+++ b/extra/sord/PKGBUILD
@@ -3,16 +3,16 @@
# 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)
+arch=(i686 x86_64 mips64el)
url="http://drobilla.net/software/$pkgname/"
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"