[arch-commits] Commit in rasqal/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Wed Apr 27 19:27:24 UTC 2011
Date: Wednesday, April 27, 2011 @ 15:27:24
Author: andrea
Revision: 120960
upgpkg: rasqal 0.9.21-1
downgrading rasqal
Modified:
rasqal/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-04-27 19:25:20 UTC (rev 120959)
+++ PKGBUILD 2011-04-27 19:27:24 UTC (rev 120960)
@@ -3,23 +3,25 @@
# Contributor: Lawrence Lee <valheru at facticius.net>
pkgname=rasqal
-pkgver=0.9.25
+epoch=1
+pkgver=0.9.21
pkgrel=1
-pkgdesc="a free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings"
+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.0' 'mpfr')
+depends=('raptor1' 'mpfr')
options=('!libtool')
+replaces=('rasqal-compat')
+conflicts=('rasqal-compat')
source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ee12d7ad59c581eb65db89c851672c0a')
+md5sums=('55b67ec92a059ef8979d46486b00a032')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static \
- --enable-release \
- --with-raptor=system
+ --enable-release
make
}
More information about the arch-commits
mailing list