diff options
author | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
commit | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (patch) | |
tree | ee217a27b050e82f4fa885a9671f09861fcf97d9 /extra/rasqal | |
parent | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff) |
Sun Feb 3 01:12:00 PST 2013
Diffstat (limited to 'extra/rasqal')
-rw-r--r-- | extra/rasqal/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index f9f68d14c..2b0862b81 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 159309 2012-05-21 11:10:25Z tomegun $ +# $Id: PKGBUILD 176919 2013-02-02 15:36:06Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: Lawrence Lee <valheru@facticius.net> pkgname=rasqal epoch=1 -pkgver=0.9.29 +pkgver=0.9.30 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' 'mpfr') +depends=('raptor' 'mpfr' 'util-linux') options=('!libtool') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) @@ -32,4 +32,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } -md5sums=('49e4b75a0c67465edf55dd20606715fa') +md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b') |