[arch-commits] Commit in rasqal/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jan 18 22:01:28 UTC 2010


    Date: Monday, January 18, 2010 @ 17:01:27
  Author: andyrtr
Revision: 63849

upgpkg: rasqal 0.9.17-1
    new version 0.9.17

Modified:
  rasqal/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-18 21:57:07 UTC (rev 63848)
+++ PKGBUILD	2010-01-18 22:01:27 UTC (rev 63849)
@@ -3,7 +3,7 @@
 # Contributor: Lawrence Lee <valheru at facticius.net>
 
 pkgname=rasqal
-pkgver=0.9.16
+pkgver=0.9.17
 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"
@@ -12,11 +12,12 @@
 depends=('raptor>=1.4.19' 'mpfr')
 options=('!libtool')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fca8706f2c4619e2fa3f8f42f8fc1e9d')
+md5sums=('ee65a1c55da27d95f50d1e667b98d1d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-gtk-doc --disable-static
+  ./configure --prefix=/usr --disable-static --enable-release \
+    --with-raptor=system
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list