summaryrefslogtreecommitdiff
path: root/extra/raptor
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-16 23:15:07 +0000
committerroot <root@rshg054.dnsready.net>2011-11-16 23:15:07 +0000
commitb3531e5acd3f55613eddde5591eb2e880fa96ed8 (patch)
tree78746d9e8f3a8cc99ac0e66b5188c0647059adde /extra/raptor
parent91ef4ffb2e0ba850501329a8bbc0b326788bd58c (diff)
Wed Nov 16 23:15:06 UTC 2011
Diffstat (limited to 'extra/raptor')
-rw-r--r--extra/raptor/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD
index 2f73f333a..01bedf9e0 100644
--- a/extra/raptor/PKGBUILD
+++ b/extra/raptor/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 134573 2011-08-06 08:14:08Z andrea $
+# $Id: PKGBUILD 142784 2011-11-15 06:17:05Z andrea $
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=raptor
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
arch=('i686' 'x86_64')
url="http://librdf.org/raptor"
-depends=('libxml2>=2.7.8' 'curl>=7.21.7' 'zlib>=1.2.5' 'libxslt>=1.1.26')
+depends=('curl>=7.22.0' 'libxslt>=1.1.26')
license=('LGPL')
options=('!libtool')
source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
-md5sums=('46eff4b20f8752d1146a3e0c8b2168dd')
+md5sums=('ffa2aa82c83dbd5b1f77835348ed2c2a')
build() {
cd "${srcdir}"/raptor2-${pkgver}
@@ -28,4 +28,3 @@ package() {
cd "${srcdir}"/raptor2-${pkgver}
make prefix="${pkgdir}"/usr install
}
-md5sums=('0373efb8d85dc872bc7bb5b1c69299fb')