summaryrefslogtreecommitdiff
path: root/extra/sord/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sord/PKGBUILD')
-rw-r--r--extra/sord/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/sord/PKGBUILD b/extra/sord/PKGBUILD
index ec9cdcad0..86f5d8fda 100644
--- a/extra/sord/PKGBUILD
+++ b/extra/sord/PKGBUILD
@@ -1,17 +1,18 @@
# $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=sord
-pkgver=0.8.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="A lightweight C library for storing RDF data in memory."
arch=(i686 x86_64)
url="http://drobilla.net/software/$pkgname/"
license=('custom:ISC')
-depends=('serd' 'pcre')
+depends=('serd>=0.18.0' 'pcre')
makedepends=('python2')
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('62be6a2cd6e9bc2933d1297afeacda30')
+md5sums=('ad20105c0cefaed32d59c4665d682cab')
build() {
cd "$srcdir/$pkgname-$pkgver"