summaryrefslogtreecommitdiff
path: root/core/pcre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/pcre/PKGBUILD')
-rw-r--r--core/pcre/PKGBUILD10
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() {