diff options
author | root <root@rshg054.dnsready.net> | 2012-07-15 00:03:24 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-15 00:03:24 +0000 |
commit | 1ed995034acd07688fe8e78b1d40901bcc662155 (patch) | |
tree | ef6aab8713a3545c265159f9cd92499df5f289b4 /core/pcre/PKGBUILD | |
parent | e0f65a739c6445de07de1585e72c230958d8f011 (diff) |
Sun Jul 15 00:03:24 UTC 2012
Diffstat (limited to 'core/pcre/PKGBUILD')
-rw-r--r-- | core/pcre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index f9290cebf..08a9117a6 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 149938 2012-02-11 23:29:42Z allan $ +# $Id: PKGBUILD 163492 2012-07-13 12:30:53Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=pcre -pkgver=8.30 +pkgver=8.31 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=('98e8928cccc945d04279581e778fbdff' - '01eee0333fa71687e0b6756db77f94ad') +md5sums=('1c9a276af932b5599157f96e945391f0' + '873bcd2cd9f1e0aa1e28e256b3e31506') build() { cd "${srcdir}"/${pkgname}-${pkgver} |