summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcre-static/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre-static/PKGBUILD b/pcre-static/PKGBUILD
index e13614683..a460ecd97 100644
--- a/pcre-static/PKGBUILD
+++ b/pcre-static/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre-static
-pkgver=8.44
-pkgrel=4
+pkgver=8.45
+pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.pcre.org/"
@@ -16,7 +16,7 @@ options=('staticlibs' '!libtool')
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')
#source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${pkgver}.tar.bz2{,.sig})
source=(https://ftp.pcre.org/pub/pcre/pcre-${pkgver}.tar.bz2)
-sha256sums=('19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d')
+sha512sums=('91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a')
build() {
cd "${srcdir}"/pcre-${pkgver}