pcre: update to 8.43.
This commit is contained in:
parent
23425e65c4
commit
c5ceeb8d05
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.42
|
||||
revision=2
|
||||
version=8.43
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
||||
--enable-pcretest-libedit --enable-jit --enable-static"
|
||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
||||
--enable-pcretest-libedit --enable-jit --enable-static"
|
||||
makedepends="bzip2-devel libedit-devel zlib-devel"
|
||||
short_desc="Perl Compatible Regular Expressions"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="http://www.pcre.org/"
|
||||
license="BSD-3-Clause"
|
||||
#distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.gz"
|
||||
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
|
||||
checksum=2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301
|
||||
homepage="http://www.pcre.org/"
|
||||
distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
|
||||
checksum=91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
mips*) ;; # Without stack for recursion the mips builds fail
|
||||
|
|
Loading…
Reference in New Issue