summaryrefslogtreecommitdiff
path: root/testing/rasqal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rasqal/PKGBUILD')
-rw-r--r--testing/rasqal/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/testing/rasqal/PKGBUILD b/testing/rasqal/PKGBUILD
index 6844bb6b5..b353c6437 100644
--- a/testing/rasqal/PKGBUILD
+++ b/testing/rasqal/PKGBUILD
@@ -1,25 +1,27 @@
-# $Id: PKGBUILD 110912 2011-02-23 06:19:55Z andyrtr $
+# $Id: PKGBUILD 120960 2011-04-27 19:27:24Z andrea $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Lawrence Lee <valheru@facticius.net>
pkgname=rasqal
-pkgver=0.9.25
+epoch=1
+pkgver=0.9.21
pkgrel=1
-pkgdesc="a free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings"
+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=('raptor>=2.0.0' 'mpfr')
+depends=('raptor1' 'mpfr')
options=('!libtool')
+replaces=('rasqal-compat')
+conflicts=('rasqal-compat')
source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ee12d7ad59c581eb65db89c851672c0a')
+md5sums=('55b67ec92a059ef8979d46486b00a032')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static \
- --enable-release \
- --with-raptor=system
+ --enable-release
make
}