summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40c935cc279..9ee706d235f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Aug 19 00:16:32 UTC 2017
pkgbase = mingw-w64-pcre2
pkgdesc = A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)
- pkgver = 10.23
+ pkgver = 10.31
pkgrel = 1
url = http://www.pcre.org/
arch = any
@@ -18,9 +16,9 @@ pkgbase = mingw-w64-pcre2
options = staticlibs
options = !strip
options = !buildflags
- source = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.23.tar.bz2
+ source = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.31.tar.bz2
source = bug_2067.patch
- md5sums = b2cd00ca7e24049040099b0a46bb3649
+ md5sums = e0b91c891a3c49050f7fd15de33d0ba4
md5sums = 455e0e7bdb851f6c2fc5a208d880b49c
pkgname = mingw-w64-pcre2
diff --git a/PKGBUILD b/PKGBUILD
index fe3f7471efd2..08b1b6bd79a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pcre2
-pkgver=10.23
+pkgver=10.31
pkgrel=1
pkgdesc=" A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ options=(staticlibs !strip !buildflags)
optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$pkgver.tar.bz2"
"bug_2067.patch")
-md5sums=('b2cd00ca7e24049040099b0a46bb3649'
+md5sums=('e0b91c891a3c49050f7fd15de33d0ba4'
'455e0e7bdb851f6c2fc5a208d880b49c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"