Date: Sunday, December 15, 2013 @ 23:12:49 Author: allan Revision: 201575
upgpkg: pcre 8.34-1 upstream update Modified: pcre/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-15 21:31:15 UTC (rev 201574) +++ PKGBUILD 2013-12-15 22:12:49 UTC (rev 201575) @@ -4,8 +4,8 @@ # Contributor: John Proctor <[email protected]> pkgname=pcre -pkgver=8.33 -pkgrel=2 +pkgver=8.34 +pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') url="http://www.pcre.org/" @@ -12,7 +12,7 @@ license=('BSD') depends=('gcc-libs') source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('21514018448ac10062ece7a668fca949' +md5sums=('5439e321351bddd5533551bbce128d07' 'SKIP') build() {
