diff options
author | root <root@rshg054.dnsready.net> | 2011-08-25 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-25 23:14:43 +0000 |
commit | 9621cbabd4788b98dfdee59d784c4b4b58384c6b (patch) | |
tree | 8dbd549f0f81a825febf0db7fbf641db995459be /extra/rasqal/PKGBUILD | |
parent | f53c212680c1817ef2337855ef8814dea6b07e4e (diff) |
Thu Aug 25 23:14:43 UTC 2011
Diffstat (limited to 'extra/rasqal/PKGBUILD')
-rw-r--r-- | extra/rasqal/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index 63c0c31b3..d4c261db8 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 130165 2011-07-02 23:00:40Z andrea $ +# $Id: PKGBUILD 136218 2011-08-24 20:33:47Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Lawrence Lee <valheru@facticius.net> pkgname=rasqal epoch=1 -pkgver=0.9.26 +pkgver=0.9.27 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" @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') depends=('raptor>=2.0.3' 'mpfr') options=('!libtool') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('1e9fe5423498f10f636319633855e691') +md5sums=('dd48b9a80947a6136fbdb79276d476e2') build() { cd ${srcdir}/${pkgname}-${pkgver} |