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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Nov 18 08:48:09 UTC 2011


    Date: Friday, November 18, 2011 @ 03:48:09
  Author: andyrtr
Revision: 142915

upgpkg: rasqal 1:0.9.28-1

upstream update 0.9.28

Modified:
  rasqal/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-18 08:37:24 UTC (rev 142914)
+++ PKGBUILD	2011-11-18 08:48:09 UTC (rev 142915)
@@ -4,7 +4,7 @@
 
 pkgname=rasqal
 epoch=1
-pkgver=0.9.27
+pkgver=0.9.28
 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"
@@ -13,7 +13,7 @@
 depends=('raptor>=2.0.3' 'mpfr')
 options=('!libtool')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('dd48b9a80947a6136fbdb79276d476e2')
+md5sums=('a3662b8d9efef9d8ef0a3c182450fba2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,6 +23,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || /bin/true # fails some checks - should be reported upstream
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list