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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 8 19:14:54 UTC 2010


    Date: Friday, October 8, 2010 @ 15:14:53
  Author: andyrtr
Revision: 94616

upgpkg: rasqal 0.9.20-1
new version 0.9.20

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-08 19:13:53 UTC (rev 94615)
+++ PKGBUILD	2010-10-08 19:14:53 UTC (rev 94616)
@@ -3,8 +3,8 @@
 # Contributor: Lawrence Lee <valheru at facticius.net>
 
 pkgname=rasqal
-pkgver=0.9.19
-pkgrel=2
+pkgver=0.9.20
+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')
@@ -12,12 +12,16 @@
 depends=('raptor>=1.4.21' 'mpfr')
 options=('!libtool')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9bc1b40ffe1bdc794887d845d153bd4e')
+md5sums=('c45b6cd784298e264e8757d14355ecce')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static --enable-release \
     --with-raptor=system
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list