From f96b67a7733c348213a216ba6472d43614b44f04 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Dec 2011 23:14:53 +0000 Subject: Wed Dec 14 23:14:53 UTC 2011 --- core/pcre/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/pcre') diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index 489408a43..5d98eea9f 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 141157 2011-10-25 05:06:55Z allan $ +# $Id: PKGBUILD 145006 2011-12-13 23:40:35Z allan $ # Maintainer: Allan McRae # Contributor: Eric Belanger # Contributor: John Proctor pkgname=pcre -pkgver=8.20 +pkgver=8.21 pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ license=('BSD') depends=('gcc-libs') options=('!libtool') source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('a1931c70e1273e3450d5036fe273d25c' - '41c2dceac25c6ebf192ec128021be339') +md5sums=('0a7b592bea64b7aa7f4011fc7171a730' + '4768871445dff956e620a9e902b4db55') build() { cd "${srcdir}"/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf