[arch-commits] Commit in rasqal/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Monday, January 18, 2010 @ 17:03:22
  Author: andyrtr
Revision: 63851

Merged revisions 63849 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/rasqal/trunk

........
  r63849 | andyrtr | 2010-01-18 23:01:27 +0100 (Mo, 18 Jan 2010) | 2 lines
  
  upgpkg: rasqal 0.9.17-1
      new version 0.9.17
........

Modified:
  rasqal/repos/extra-x86_64/	(properties)
  rasqal/repos/extra-x86_64/PKGBUILD

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


Property changes on: rasqal/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /rasqal/trunk:1-51090
   + /rasqal/trunk:1-63850

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-01-18 22:02:21 UTC (rev 63850)
+++ extra-x86_64/PKGBUILD	2010-01-18 22:03:22 UTC (rev 63851)
@@ -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