summaryrefslogtreecommitdiff
path: root/core/pcre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/pcre/PKGBUILD')
-rw-r--r--core/pcre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD
index c765d79a3..5b706c6ba 100644
--- a/core/pcre/PKGBUILD
+++ b/core/pcre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106454 2011-01-17 12:49:41Z allan $
+# $Id: PKGBUILD 135715 2011-08-18 02:10:20Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre
-pkgver=8.12
+pkgver=8.13
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)
-md5sums=('f14a9fef3c92f3fc6c5ac92d7a2c7eb3')
-sha1sums=('2219b372bff53ee29a7e44ecf5977ad15df01cea')
+md5sums=('5e595edbcded141813fa1a10dbce05cb')
+
build() {
cd "${srcdir}"/${pkgname}-${pkgver}