summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid2018-04-23 13:45:33 +0200
committerAlbert Astals Cid2018-04-23 13:45:33 +0200
commit7bf1b91fc234093b73d685ab881f8e27ea4de286 (patch)
tree7c40246eafc7d60f76d9f1e3574dc8c08a2b1cd1
parenteb8595004dc6e15fc95abf22acc41db404221d1a (diff)
downloadaur-7bf1b91fc234093b73d685ab881f8e27ea4de286.tar.gz
Update to 10.31
-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"