summaryrefslogtreecommitdiff
path: root/extra/raptor
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-30 22:33:37 +0000
committerroot <root@rshg047.dnsready.net>2011-04-30 22:33:37 +0000
commitc173ac862828a54925737fc1d90ede1dd09a312c (patch)
tree63d6b46455a4abdaf96aef59bbaa4406c6fe04f8 /extra/raptor
parent693b5793b8c615601135bc04216a2ca0966087c5 (diff)
Sat Apr 30 22:33:37 UTC 2011
Diffstat (limited to 'extra/raptor')
-rw-r--r--extra/raptor/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD
index ac925631e..01239bbc0 100644
--- a/extra/raptor/PKGBUILD
+++ b/extra/raptor/PKGBUILD
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD 102988 2010-12-13 20:32:09Z andyrtr $
+# $Id: PKGBUILD 115794 2011-03-21 16:03:23Z andyrtr $
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=raptor
-pkgver=1.4.21
-pkgrel=2
+pkgver=2.0.2
+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.2' 'zlib>=1.2.5' 'libxslt>=1.1.26')
license=('LGPL')
options=('!libtool')
-source=(http://librdf.org/dist/source/$pkgname-$pkgver.tar.gz)
-md5sums=('992061488af7a9e2d933df6b694bb876')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz)
+md5sums=('b0f874c200c4b3214b5bf4806ae82353')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${srcdir}/raptor2-${pkgver}
./configure --prefix=/usr --disable-static
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${srcdir}/raptor2-${pkgver}
make prefix=${pkgdir}/usr install
}