Date: Sunday, October 5, 2014 @ 19:42:23 Author: seblu Revision: 223886
upgpkg: pcre 8.36-1 Modified: pcre/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-05 17:39:59 UTC (rev 223885) +++ PKGBUILD 2014-10-05 17:42:23 UTC (rev 223886) @@ -5,7 +5,7 @@ # Contributor: John Proctor <[email protected]> pkgname=pcre -pkgver=8.35 +pkgver=8.36 pkgrel=1 pkgdesc='A library that implements Perl 5-style regular expressions' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('BSD') depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash') source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}) -md5sums=('6aacb23986adccd9b3bc626c00979958' +md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97' 'SKIP') build() {
