parent
5758e4ccbd
commit
4e82428d85
|
@ -2898,7 +2898,7 @@ libswipl.so.8 swi-prolog-8.2.4_2
|
|||
libpcre2-16.so.0 libpcre2-10.22_1
|
||||
libpcre2-32.so.0 libpcre2-10.22_1
|
||||
libpcre2-8.so.0 libpcre2-10.22_1
|
||||
libpcre2-posix.so.2 libpcre2-10.30_1
|
||||
libpcre2-posix.so.3 libpcre2-10.39_1
|
||||
libui.so.0 libui-alpha3.1_1
|
||||
libgnome-autoar-0.so.0 gnome-autoar-0.1.1_1
|
||||
libgnome-autoar-gtk-0.so.0 gnome-autoar-0.1.1_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pcre2'
|
||||
pkgname=pcre2
|
||||
version=10.36
|
||||
version=10.39
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||
|
@ -11,9 +11,9 @@ makedepends="zlib-devel bzip2-devel readline-devel"
|
|||
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.pcre.org/"
|
||||
distfiles="https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz"
|
||||
checksum=b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37
|
||||
homepage="https://www.pcre.org/"
|
||||
distfiles="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.bz2"
|
||||
checksum=0f03caf57f81d9ff362ac28cd389c055ec2bf0678d277349a1a4bee00ad6d440
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
|
|
Loading…
Reference in New Issue