diff options
author | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
commit | d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch) | |
tree | 082c5c2c39abee82c3957872552fa15c8325744d /extra/rasqal | |
parent | ff64a82ccedcb1690d2f0140d63432aa49676591 (diff) |
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'extra/rasqal')
-rw-r--r-- | extra/rasqal/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
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 <andyrtr@archlinux.org> # Contributor: Lawrence Lee <valheru@facticius.net> 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} |