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

Allan McRae allan at archlinux.org
Tue Aug 16 22:22:23 UTC 2011


    Date: Tuesday, August 16, 2011 @ 18:22:23
  Author: allan
Revision: 135639

upgpkg: pcre 8.13-1

	upstream update

Modified:
  pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-16 21:35:38 UTC (rev 135638)
+++ PKGBUILD	2011-08-16 22:22:23 UTC (rev 135639)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=pcre
-pkgver=8.12
+pkgver=8.13
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions"
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 depends=('gcc-libs')
 options=('!libtool')
 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f14a9fef3c92f3fc6c5ac92d7a2c7eb3')
-sha1sums=('2219b372bff53ee29a7e44ecf5977ad15df01cea')
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
 
+
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"




More information about the arch-commits mailing list