diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 14:36:02 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 14:36:02 -0300 |
commit | 5f5cc752e0a87d0ccd031eaf01ca2b63f303e00c (patch) | |
tree | d96687d0c40dec64bacc8b82afbd024b781a9591 /core/pcre/PKGBUILD | |
parent | 2a5d7fae98236635f0b42f281b98c7fa878651b2 (diff) | |
parent | f96b67a7733c348213a216ba6472d43614b44f04 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-x11-xft/PKGBUILD
community/xmobar/PKGBUILD
core/pcre/PKGBUILD
core/texinfo/PKGBUILD
extra/ettercap/PKGBUILD
libre/initscripts/PKGBUILD
Diffstat (limited to 'core/pcre/PKGBUILD')
-rw-r--r-- | core/pcre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index cd77d8c4f..d828db0a9 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141157 2011-10-25 05:06:55Z allan $ +# $Id: PKGBUILD 145006 2011-12-13 23:40:35Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=pcre -pkgver=8.20 -pkgrel=1.1 +pkgver=8.21 +pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64' 'mips64el') url="http://www.pcre.org/" @@ -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=('a1931c70e1273e3450d5036fe273d25c' - '41c2dceac25c6ebf192ec128021be339') +md5sums=('0a7b592bea64b7aa7f4011fc7171a730' + '4768871445dff956e620a9e902b4db55') build() { cd "${srcdir}"/${pkgname}-${pkgver} |