summaryrefslogtreecommitdiff
path: root/extra/rasqal
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-23 00:02:37 +0000
committerroot <root@rshg054.dnsready.net>2012-05-23 00:02:37 +0000
commitbd614ac21d2754d778a796cd5e92d1568ec8baec (patch)
tree094c785b4da8bafd835e9e319e9908b776258975 /extra/rasqal
parent62e13d20ed92262c7396eff00d048ce815693e74 (diff)
Wed May 23 00:02:37 UTC 2012
Diffstat (limited to 'extra/rasqal')
-rw-r--r--extra/rasqal/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD
index 8a482fb92..f9f68d14c 100644
--- a/extra/rasqal/PKGBUILD
+++ b/extra/rasqal/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 142916 2011-11-18 08:48:56Z andyrtr $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
+# $Id: PKGBUILD 159309 2012-05-21 11:10:25Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Lawrence Lee <valheru@facticius.net>
pkgname=rasqal
epoch=1
-pkgver=0.9.28
+pkgver=0.9.29
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=('raptor>=2.0.3' 'mpfr')
+depends=('raptor' 'mpfr')
options=('!libtool')
source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a3662b8d9efef9d8ef0a3c182450fba2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,10 +25,11 @@ build() {
check() {
cd ${srcdir}/${pkgname}-${pkgver}
- make -k check || /bin/true # fails some checks - should be reported upstream
+ make -k check || true # still fails some checks
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
+md5sums=('49e4b75a0c67465edf55dd20606715fa')