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

Tom Gundersen tomegun at archlinux.org
Fri May 18 13:14:38 UTC 2012


    Date: Friday, May 18, 2012 @ 09:14:37
  Author: tomegun
Revision: 159229

upgpkg: rasqal 1:0.9.29-1

upstream release

Modified:
  rasqal/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-18 13:03:43 UTC (rev 159228)
+++ PKGBUILD	2012-05-18 13:14:37 UTC (rev 159229)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Lawrence Lee <valheru at 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 @@
 
 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')




More information about the arch-commits mailing list