summaryrefslogtreecommitdiff
path: root/core/pcre
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-14 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-12-14 23:14:53 +0000
commitf96b67a7733c348213a216ba6472d43614b44f04 (patch)
treeb4d773bc2fb5e8778669789ef27a7fbf17a7ea65 /core/pcre
parentf4dcb5cb43b68e265512a03a160bdda634818b43 (diff)
Wed Dec 14 23:14:53 UTC 2011
Diffstat (limited to 'core/pcre')
-rw-r--r--core/pcre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
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}