Skip to content

Commit c2bd856

Browse files
committed
pcre2: update to 10.47
Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent de29a38 commit c2bd856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pcre2/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgbase=pcre2
44
pkgname=('pcre2' 'libpcre2_8' 'libpcre2_16' 'libpcre2_32' 'libpcre2posix' 'pcre2-devel')
5-
pkgver=10.46
5+
pkgver=10.47
66
pkgrel=1
77
pkgdesc="A library that implements Perl 5-style regular expressions"
88
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ source=(https://github.com/PCRE2project/pcre2/releases/download/${pkgbase}-${pkg
1313
0001-Allow-building-an-MSYS-DLL.patch
1414
0002-RunTest-adjust-ISO-8859-1-tests-for-Cygwin.patch
1515
0003-pcre2-10.40-cygwin-jit.patch)
16-
sha256sums=('15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f'
16+
sha256sums=('47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7'
1717
'SKIP'
1818
'75d0b002035698d427b31a81c2efc518beea17e0e410f59185ef02e599b45f04'
1919
'0edaf45f742d388ddf96313e92d44f4942da2b0dc24ca0a0b47b5b223b6eee67'
@@ -57,15 +57,15 @@ check() {
5757

5858
# Work around bug in PCRE2 10.44
5959
test i686 != "$CARCH" ||
60-
for f in testdata/testoutput8-8-2 testdata/testoutput8-16-2 testdata/testoutput8-32-2
60+
for f in testdata/testoutput8-8-2 testdata/testoutput8-16-2
6161
do
6262
cp "../${pkgname}-${pkgver}/$f" "../${pkgname}-${pkgver}/$f.backup"
6363
perl -pi -e 's{^(Memory allocation - compiled block : )(\d+)$}{$1 . ($2 - 24)}e' "../${pkgname}-${pkgver}/$f"
6464
done
6565

6666
make -j1 check
6767

68-
for f in testdata/testoutput8-8-2 testdata/testoutput8-16-2 testdata/testoutput8-32-2
68+
for f in testdata/testoutput8-8-2 testdata/testoutput8-16-2
6969
do
7070
test ! -f "../${pkgname}-${pkgver}/$f.backup" ||
7171
mv "../${pkgname}-${pkgver}/$f.backup" "../${pkgname}-${pkgver}/$f"

0 commit comments

Comments
 (0)