summaryrefslogtreecommitdiff
path: root/extra/redland/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-22 23:15:05 +0000
committerroot <root@rshg054.dnsready.net>2011-12-22 23:15:05 +0000
commit34e6c976d28892a7bd3f7578f10fcfa57865472f (patch)
treec3bd6b5146aa6393df096632e92c57d0fcd4e85a /extra/redland/PKGBUILD
parent69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff)
Thu Dec 22 23:15:04 UTC 2011
Diffstat (limited to 'extra/redland/PKGBUILD')
-rw-r--r--extra/redland/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/redland/PKGBUILD b/extra/redland/PKGBUILD
index 39211e051..33ceed668 100644
--- a/extra/redland/PKGBUILD
+++ b/extra/redland/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144346 2011-12-04 21:50:29Z eric $
+# $Id: PKGBUILD 145343 2011-12-21 20:47:36Z andrea $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Francois Charette <francois.archlinux.org>
@@ -6,16 +6,17 @@ pkgbase=redland
epoch=1
pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 'redland-storage-virtuoso' 'redland-storage-sqlite')
pkgver=1.0.15
-pkgrel=1
+pkgrel=2
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')
options=('!libtool')
-source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
rpath.diff)
-md5sums=('b0deb87f3c7d3237a3d587c1e0f2f266'
- 'acc85e784f01a656bd56777f95880787')
+sha1sums=('e93d6fafaeebdf9f15a1044be6f4a88270f007af'
+ '3aeef38a7247ae33db6a0a19511ef4132240164b'
+ 'f5db05c925b6bcd6402d5abd75c648b137f069c7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -34,7 +35,7 @@ build() {
package_redland() {
pkgdesc="Library that provides a high-level interface to RDF data"
- depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libtool')
+ depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libltdl')
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install