[arch-commits] CVS update of extra/lib/raptor (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 8 02:24:37 UTC 2007


    Date: Thursday, June 7, 2007 @ 22:24:37
  Author: eric
    Path: /home/cvs-extra/extra/lib/raptor

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: raptor 1.4.15-3
fixed libtool option


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/lib/raptor/PKGBUILD
diff -u extra/lib/raptor/PKGBUILD:1.12 extra/lib/raptor/PKGBUILD:1.13
--- extra/lib/raptor/PKGBUILD:1.12	Thu Jun  7 10:19:36 2007
+++ extra/lib/raptor/PKGBUILD	Thu Jun  7 22:24:37 2007
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.12 2007/06/07 14:19:36 tpowa Exp $
+# $Id: PKGBUILD,v 1.13 2007/06/08 02:24:37 eric Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: eric <eric at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 pkgname=raptor
 pkgver=1.4.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://librdf.org/raptor"
-depends=('libxml2' 'curl>=7.16.2' 'zlib' 'openssl<=0.9.8' 'glib2>=2.10.0' 'bash' 'libxslt')
-license=(LGPL)
-options=(!nolibtool)
+depends=('libxml2' 'curl>=7.16.2' 'zlib' 'openssl>=0.9.8a' 'glib2>=2.10.0' 'bash' 'libxslt')
+license=('LGPL')
+options=(!libtool)
 source=(http://librdf.org/dist/source/$pkgname-$pkgver.tar.gz)
+md5sums=('658fac0c25d50274c879f6cc49c3364b')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -19,4 +20,3 @@
   make || return 1
   make prefix=$startdir/pkg/usr install
 }
-md5sums=('658fac0c25d50274c879f6cc49c3364b')




More information about the arch-commits mailing list