diff options
Diffstat (limited to 'core/pcre/PKGBUILD')
-rw-r--r-- | core/pcre/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index 0d96d3182..35cc57f83 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 187186 2013-06-05 04:57:31Z allan $ +# $Id: PKGBUILD 197154 2013-10-23 13:04:19Z 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=1 +pkgrel=2 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64' 'mips64el') url="http://www.pcre.org/" license=('BSD') depends=('gcc-libs') -options=('!libtool') source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}) md5sums=('21514018448ac10062ece7a668fca949' 'SKIP') |