diff options
author | root <root@rshg054.dnsready.net> | 2013-06-06 00:08:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-06 00:08:39 -0700 |
commit | 051a089508dcb9131c5a2e15ec4cdca686e3d2c7 (patch) | |
tree | 30a6197283be3ef8ad04911fe5e8f7a80b4280c7 /core/pcre | |
parent | 91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (diff) |
Thu Jun 6 00:08:39 PDT 2013
Diffstat (limited to 'core/pcre')
-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 86269ade2..046fb3f79 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 172477 2012-12-03 21:23:28Z allan $ +# $Id: PKGBUILD 187186 2013-06-05 04:57:31Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=pcre -pkgver=8.32 +pkgver=8.33 pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') @@ -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=('62f02a76bb57a40bc66681760ed511d5' - '275ffe85e62565118756f8f3d08bb70f') +md5sums=('21514018448ac10062ece7a668fca949' + 'SKIP') build() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -26,7 +26,7 @@ build() { check() { cd "${srcdir}"/${pkgname}-${pkgver} - make check + make -j1 check } package() { |