diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-09 20:52:21 -0300 |
commit | aabab2c530c33c1beb40ac3dacb95e19ab99eac3 (patch) | |
tree | 1417c10b601a05725676a727a25901a32e7fd94c /extra/rasqal/PKGBUILD | |
parent | 3357db80ffa8a795fb5cdad0fc726470887706b0 (diff) | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/cinepaint/PKGBUILD
extra/cmake/PKGBUILD
extra/fltk/PKGBUILD
extra/foomatic/PKGBUILD
extra/kdegraphics/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdepim-runtime/PKGBUILD
extra/kdepim/PKGBUILD
extra/libxi/PKGBUILD
extra/monica/PKGBUILD
extra/rasqal/PKGBUILD
extra/soprano/PKGBUILD
multilib/wine/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/rasqal/PKGBUILD')
-rw-r--r-- | extra/rasqal/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index 5ada50032..ca84c03b5 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -1,21 +1,19 @@ -# $Id: PKGBUILD 120960 2011-04-27 19:27:24Z andrea $ +# $Id: PKGBUILD 130165 2011-07-02 23:00:40Z andrea $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Lawrence Lee <valheru@facticius.net> pkgname=rasqal epoch=1 -pkgver=0.9.21 +pkgver=0.9.26 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' 'mips64el') -depends=('raptor1' 'mpfr') +depends=('raptor>=2.0.3' 'mpfr') options=('!libtool') -replaces=('rasqal-compat') -conflicts=('rasqal-compat') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) -md5sums=('55b67ec92a059ef8979d46486b00a032') +md5sums=('1e9fe5423498f10f636319633855e691') build() { cd ${srcdir}/${pkgname}-${pkgver} |