[arch-commits] CVS update of arch/build/base/pcre (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Jun 21 19:51:13 UTC 2007


    Date: Thursday, June 21, 2007 @ 15:51:13
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/pcre

Modified: PKGBUILD (1.22 -> 1.23)

upgpkg: pcre 7.2-1


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: arch/build/base/pcre/PKGBUILD
diff -u arch/build/base/pcre/PKGBUILD:1.22 arch/build/base/pcre/PKGBUILD:1.23
--- arch/build/base/pcre/PKGBUILD:1.22	Sat May 12 08:47:01 2007
+++ arch/build/base/pcre/PKGBUILD	Thu Jun 21 15:51:12 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.22 2007/05/12 12:47:01 jgc Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.23 2007/06/21 19:51:12 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 pkgname=pcre
-pkgver=7.1
+pkgver=7.2
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=(i686 x86_64) 
 license=('BSD')
 depends=('gcc')
-options=('nolibtool')
+options=('!libtool')
 url="http://pcre.sourceforge.net"
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c678550aaf064a17bb4bb6ea36dd6d88')
+md5sums=('53305db73855f1ff155dcd2c05d448d3')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  [ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
+  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
   ./configure --prefix=/usr --enable-utf8 --enable-unicode-properties
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list