[arch-commits] Commit in pcre/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Dec 1 00:45:34 UTC 2012


    Date: Friday, November 30, 2012 @ 19:45:34
  Author: allan
Revision: 172179

upgpkg: pcre 8.32-1

upstream update

Modified:
  pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-01 00:07:10 UTC (rev 172178)
+++ PKGBUILD	2012-12-01 00:45:34 UTC (rev 172179)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=pcre
-pkgver=8.31
+pkgver=8.32
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=('i686' 'x86_64')
@@ -13,15 +13,14 @@
 depends=('gcc-libs')
 options=('!libtool')
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('1c9a276af932b5599157f96e945391f0'
-         '873bcd2cd9f1e0aa1e28e256b3e31506')
+md5sums=('62f02a76bb57a40bc66681760ed511d5'
+         '275ffe85e62565118756f8f3d08bb70f')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  
-  [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-  ./configure --prefix=/usr --enable-pcre16 --enable-jit \
-    --enable-utf8 --enable-unicode-properties
+  ./configure --prefix=/usr \
+    --enable-pcre16 --enable-pcre32 --enable-jit \
+    --enable-utf --enable-unicode-properties
   make
 }
 




More information about the arch-commits mailing list