summaryrefslogtreecommitdiff
path: root/extra/redland/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/redland/PKGBUILD')
-rw-r--r--extra/redland/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/redland/PKGBUILD b/extra/redland/PKGBUILD
index 2b6db16bd..174f9800e 100644
--- a/extra/redland/PKGBUILD
+++ b/extra/redland/PKGBUILD
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD 146481 2012-01-11 15:22:34Z stephane $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
+# $Id: PKGBUILD 174023 2013-01-01 18:37:13Z andyrtr $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Francois Charette <francois.archlinux.org>
pkgbase=redland
epoch=1
pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 'redland-storage-virtuoso' 'redland-storage-sqlite')
-pkgver=1.0.15
-pkgrel=3
+pkgver=1.0.16
+pkgrel=1
url="http://librdf.org/"
license=("GPL")
arch=('i686' 'x86_64')
-makedepends=('rasqal>=0.9.28' 'raptor>=2.0.6' 'db>=5.3' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3')
+makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite')
options=('!libtool')
source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
rpath.diff)
-sha1sums=('e93d6fafaeebdf9f15a1044be6f4a88270f007af'
- '3aeef38a7247ae33db6a0a19511ef4132240164b'
- 'f5db05c925b6bcd6402d5abd75c648b137f069c7')
+sha256sums=('d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd'
+ '2955af40eb2fbffa6e1ef28f7f1b7f607a3958478a5080896b878da96605246d'
+ '9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"