pcre2: Update to 10.35
This commit is contained in:
parent
0cc1402dd8
commit
9c667f2962
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgbase=pcre2
|
pkgbase=pcre2
|
||||||
pkgname=('pcre2' 'libpcre2_8' 'libpcre2_16' 'libpcre2_32' 'libpcre2posix' 'pcre2-devel')
|
pkgname=('pcre2' 'libpcre2_8' 'libpcre2_16' 'libpcre2_32' 'libpcre2posix' 'pcre2-devel')
|
||||||
pkgver=10.34
|
pkgver=10.35
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library that implements Perl 5-style regular expressions"
|
pkgdesc="A library that implements Perl 5-style regular expressions"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -11,9 +11,9 @@ license=('BSD')
|
|||||||
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel')
|
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel')
|
||||||
source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
|
source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
|
||||||
pcre2-10.31-msys2.patch)
|
pcre2-10.31-msys2.patch)
|
||||||
sha256sums=('74c473ffaba9e13db6951fd146e0143fe9887852ce73406a03277af1d9b798ca'
|
sha256sums=('9ccba8e02b0ce78046cdfb52e5c177f0f445e421059e43becca4359c669d4613'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'086d804f0f28695c83b7abbd3a86c15b4a070a15064cf79147edc56d314a9a98')
|
'1a9d519b0bb2f37a1379ed616b652e182460b18ab612cb12b16cfc73ba2c4e6b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||||
|
|||||||
@ -1,45 +1,3 @@
|
|||||||
diff -Naur pcre2-10.31-orig/ar-lib pcre2-10.31/ar-lib
|
|
||||||
--- pcre2-10.31-orig/ar-lib 2018-02-12 14:15:50.000000000 +0300
|
|
||||||
+++ pcre2-10.31/ar-lib 2018-06-26 10:00:07.074240500 +0300
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
MINGW*)
|
|
||||||
file_conv=mingw
|
|
||||||
;;
|
|
||||||
- CYGWIN*)
|
|
||||||
+ CYGWIN*|MSYS*)
|
|
||||||
file_conv=cygwin
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
@@ -65,7 +65,7 @@
|
|
||||||
mingw)
|
|
||||||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
|
||||||
;;
|
|
||||||
- cygwin)
|
|
||||||
+ cygwin|msys)
|
|
||||||
file=`cygpath -m "$file" || echo "$file"`
|
|
||||||
;;
|
|
||||||
wine)
|
|
||||||
diff -Naur pcre2-10.31-orig/compile pcre2-10.31/compile
|
|
||||||
--- pcre2-10.31-orig/compile 2018-02-12 14:15:50.000000000 +0300
|
|
||||||
+++ pcre2-10.31/compile 2018-06-26 10:00:07.084240500 +0300
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
MINGW*)
|
|
||||||
file_conv=mingw
|
|
||||||
;;
|
|
||||||
- CYGWIN*)
|
|
||||||
+ CYGWIN*|MSYS*)
|
|
||||||
file_conv=cygwin
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
@@ -67,7 +67,7 @@
|
|
||||||
mingw/*)
|
|
||||||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
|
||||||
;;
|
|
||||||
- cygwin/*)
|
|
||||||
+ cygwin/*|msys/*)
|
|
||||||
file=`cygpath -m "$file" || echo "$file"`
|
|
||||||
;;
|
|
||||||
wine/*)
|
|
||||||
diff -Naur pcre2-10.31-orig/config.guess pcre2-10.31/config.guess
|
diff -Naur pcre2-10.31-orig/config.guess pcre2-10.31/config.guess
|
||||||
--- pcre2-10.31-orig/config.guess 2018-02-12 14:15:50.000000000 +0300
|
--- pcre2-10.31-orig/config.guess 2018-02-12 14:15:50.000000000 +0300
|
||||||
+++ pcre2-10.31/config.guess 2018-06-26 10:00:07.094240500 +0300
|
+++ pcre2-10.31/config.guess 2018-06-26 10:00:07.094240500 +0300
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user