diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /core/pcre | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
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 ed0c13f86..4dc805e9f 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 197154 2013-10-23 13:04:19Z allan $ +# $Id: PKGBUILD 202198 2013-12-19 09:22:02Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> 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/" 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() { |