pcre2: update to 10.32.

This commit is contained in:
maxice8 2018-09-11 23:19:44 -03:00 committed by Enno Boland
parent 464d46ad04
commit 2449a4344a

View file

@ -1,6 +1,6 @@
# Template file for 'pcre2' # Template file for 'pcre2'
pkgname=pcre2 pkgname=pcre2
version=10.31 version=10.32
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32 configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
@ -10,10 +10,10 @@ hostmakedepends="automake libtool"
makedepends="zlib-devel bzip2-devel readline-devel" makedepends="zlib-devel bzip2-devel readline-devel"
short_desc="Perl Compatible Regular Expressions (2nd version)" short_desc="Perl Compatible Regular Expressions (2nd version)"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD-3-Clause"
homepage="http://www.pcre.org/" homepage="http://www.pcre.org/"
license="BSD" distfiles="https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz"
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-${version}.tar.bz2" checksum=9ca9be72e1a04f22be308323caa8c06ebd0c51efe99ee11278186cafbc4fe3af
checksum=e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
post_install() { post_install() {
vlicense LICENCE vlicense LICENCE
@ -23,7 +23,6 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
libpcre2_package() { libpcre2_package() {
short_desc+=" - shared libraries" short_desc+=" - shared libraries"
pkg_install() { pkg_install() {