Date: Sunday, February 20, 2011 @ 05:34:01 Author: andyrtr Revision: 110592
upgpkg: rasqal 0.9.24-1 upstream update 0.9.24 Modified: rasqal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-20 10:25:40 UTC (rev 110591) +++ PKGBUILD 2011-02-20 10:34:01 UTC (rev 110592) @@ -3,16 +3,16 @@ # Contributor: Lawrence Lee <[email protected]> pkgname=rasqal -pkgver=0.9.21 +pkgver=0.9.24 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>=1.4.21' 'mpfr') +depends=('raptor>=2.0.0' 'mpfr') options=('!libtool') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('55b67ec92a059ef8979d46486b00a032') +md5sums=('7cda27ed64e4c284f4b5a4f7f8c60d94') build() { cd ${srcdir}/${pkgname}-${pkgver}
