Update pcre2 packages to 10.37

This commit is contained in:
Martchus 2021-06-17 17:58:02 +02:00
parent 4bb1b25bc4
commit f77b1f4483
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgname=mingw-w64-pcre2 pkgname=mingw-w64-pcre2
pkgver=10.35 pkgver=10.37
pkgrel=2 pkgrel=1
pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)' pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)'
arch=('any') arch=('any')
url='https://www.pcre.org/' url='https://www.pcre.org/'
@ -10,7 +10,7 @@ depends=(mingw-w64-crt)
options=(staticlibs !strip !buildflags) options=(staticlibs !strip !buildflags)
optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib) optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
source=("https://ftp.pcre.org/pub/pcre/${pkgname##mingw-w64-}-$pkgver.tar.bz2"{,.sig}) source=("https://ftp.pcre.org/pub/pcre/${pkgname##mingw-w64-}-$pkgver.tar.bz2"{,.sig})
sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd' sha512sums=('69f4bf4736b986e0fc855eedb292efe72a0df2e803bc0e61a6cf47775eed433bb1b2f28d7e641591ef4603d47beb543a64ed0eef9538d00f0746bc3435c143ec'
'SKIP') 'SKIP')
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
@ -23,7 +23,6 @@ prepare() {
build() { build() {
cd "$srcdir/${pkgname##mingw-w64-}-$pkgver" cd "$srcdir/${pkgname##mingw-w64-}-$pkgver"
for _arch in ${_architectures}; do for _arch in ${_architectures}; do
unset LDFLAGS
mkdir -p build-${_arch} && pushd build-${_arch} mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \ ${_arch}-configure \
--enable-jit \ --enable-jit \

View File

@ -7,7 +7,7 @@
_pkgname=pcre2 _pkgname=pcre2
pkgname=$_pkgname-static pkgname=$_pkgname-static
pkgver=10.36 pkgver=10.37
pkgrel=1 pkgrel=1
pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version' pkgdesc='A library that implements Perl 5-style regular expressions. 2nd version'
arch=('x86_64') arch=('x86_64')
@ -16,7 +16,7 @@ license=('BSD')
depends=('gcc-libs') depends=('gcc-libs')
options=(!emptydirs staticlibs) options=(!emptydirs staticlibs)
source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig}) source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig})
sha512sums=('fc2a920562c80c3d31cedd94028fab55314ae0fb168cac7178f286c344a11fc514939edc3b83b8e0b57c872db4e595fd5530fd1d4b8c779be629553e9ec965a3' sha512sums=('69f4bf4736b986e0fc855eedb292efe72a0df2e803bc0e61a6cf47775eed433bb1b2f28d7e641591ef4603d47beb543a64ed0eef9538d00f0746bc3435c143ec'
'SKIP') 'SKIP')
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel