libidn2: update to 2.3.3.

no need to `autoreconf -f`, it leads to odd build failure [1]

[1]: https://www.mail-archive.com/help-libidn@gnu.org/msg01306.html
This commit is contained in:
Piraty 2022-10-01 12:20:48 +02:00
parent c2ae915f45
commit 59f3f87e07
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,6 +1,6 @@
# Template file for 'libidn2' # Template file for 'libidn2'
pkgname=libidn2 pkgname=libidn2
version=2.3.2 version=2.3.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc" hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc"
@ -11,11 +11,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
homepage="https://www.gnu.org/software/libidn/#libidn2" homepage="https://www.gnu.org/software/libidn/#libidn2"
changelog="https://gitlab.com/libidn/libidn2/-/raw/master/NEWS" changelog="https://gitlab.com/libidn/libidn2/-/raw/master/NEWS"
distfiles="${GNU_SITE}/libidn/libidn2-${version}.tar.gz" distfiles="${GNU_SITE}/libidn/libidn2-${version}.tar.gz"
checksum=76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91 checksum=f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0
pre_configure() {
autoreconf -if
}
libidn2-devel_package() { libidn2-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"