diff options
author | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
commit | 59eecef62ae9aa7dd391310f30293318f641c59c (patch) | |
tree | 18b1685d21f421939a133b2db2663bc63e5d873c /core/pcre | |
parent | 3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff) |
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'core/pcre')
-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 c765d79a3..5b706c6ba 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106454 2011-01-17 12:49:41Z allan $ +# $Id: PKGBUILD 135715 2011-08-18 02:10:20Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@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,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) -md5sums=('f14a9fef3c92f3fc6c5ac92d7a2c7eb3') -sha1sums=('2219b372bff53ee29a7e44ecf5977ad15df01cea') +md5sums=('5e595edbcded141813fa1a10dbce05cb') + build() { cd "${srcdir}"/${pkgname}-${pkgver} |