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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Mar 1 18:07:51 UTC 2014


    Date: Saturday, March 1, 2014 @ 19:07:50
  Author: bpiotrowski
Revision: 206571

upgpkg: rasqal 1:0.9.32-1

new upstream release

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-01 18:07:03 UTC (rev 206570)
+++ PKGBUILD	2014-03-01 18:07:50 UTC (rev 206571)
@@ -5,8 +5,8 @@
 
 pkgname=rasqal
 epoch=1
-pkgver=0.9.30
-pkgrel=4
+pkgver=0.9.32
+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')
@@ -13,13 +13,13 @@
 arch=('i686' 'x86_64')
 depends=('raptor' 'mpfr' 'util-linux')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
+md5sums=('dc7c6107de00c47f85f6ab7db164a136')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-	--disable-static \
-	--enable-release
+    --disable-static \
+    --enable-release
   make
 }
 




More information about the arch-commits mailing list