diff options
author | root <root@rshg054.dnsready.net> | 2012-01-03 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-03 23:14:43 +0000 |
commit | d1d68784dc66793601c239fa64cc0e02ebd9444e (patch) | |
tree | 15179b96ec3e632fad3cc528115d83c0fe47e5bd /staging/redland | |
parent | 48c96871761a4aad193d814e87ddb87c322e17d2 (diff) |
Tue Jan 3 23:14:42 UTC 2012
Diffstat (limited to 'staging/redland')
-rw-r--r-- | staging/redland/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/staging/redland/PKGBUILD b/staging/redland/PKGBUILD index cd9465524..cac90d2da 100644 --- a/staging/redland/PKGBUILD +++ b/staging/redland/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 145106 2011-12-17 03:32:44Z eric $ +# $Id: PKGBUILD 145821 2012-01-02 11:29:29Z andrea $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Francois Charette <francois.archlinux.org> @@ -6,11 +6,11 @@ pkgbase=redland epoch=1 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 'redland-storage-virtuoso' 'redland-storage-sqlite') pkgver=1.0.15 -pkgrel=2 +pkgrel=3 url="http://librdf.org/" license=("GPL") arch=('i686' 'x86_64') -makedepends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'db>=5.2' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3') +makedepends=('rasqal>=0.9.28' 'raptor>=2.0.6' 'db>=5.3' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3') options=('!libtool') source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc} rpath.diff) |