From d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Jul 2011 23:09:34 +0000 Subject: Fri Jul 8 23:09:34 UTC 2011 --- extra/rasqal/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'extra/rasqal') diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index b353c6437..63c0c31b3 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -1,21 +1,19 @@ -# $Id: PKGBUILD 120960 2011-04-27 19:27:24Z andrea $ +# $Id: PKGBUILD 130165 2011-07-02 23:00:40Z andrea $ # Maintainer: AndyRTR # Contributor: Lawrence Lee pkgname=rasqal epoch=1 -pkgver=0.9.21 +pkgver=0.9.26 pkgrel=1 pkgdesc="A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings" url="http://librdf.org/rasqal" license=('GPL' 'LGPL') arch=('i686' 'x86_64') -depends=('raptor1' 'mpfr') +depends=('raptor>=2.0.3' 'mpfr') options=('!libtool') -replaces=('rasqal-compat') -conflicts=('rasqal-compat') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('55b67ec92a059ef8979d46486b00a032') +md5sums=('1e9fe5423498f10f636319633855e691') build() { cd ${srcdir}/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf