From 9883d459ccd9259eb6bb7bc3d817945a63cec657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 8 Aug 2022 01:14:07 +0100 Subject: [PATCH] libidn2: update to 2.3.3. --- srcpkgs/libidn2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libidn2/template b/srcpkgs/libidn2/template index e7f490959388..1f417595661d 100644 --- a/srcpkgs/libidn2/template +++ b/srcpkgs/libidn2/template @@ -1,9 +1,9 @@ # Template file for 'libidn2' pkgname=libidn2 -version=2.3.2 +version=2.3.3 revision=1 build_style=gnu-configure -hostmakedepends="automake gettext-devel libtool pkg-config" +hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc" makedepends="libunistring-devel" short_desc="Internationalized string handling library" maintainer="Enno Boland " @@ -11,7 +11,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://www.gnu.org/software/libidn/#libidn2" changelog="https://gitlab.com/libidn/libidn2/-/raw/master/NEWS" distfiles="${GNU_SITE}/libidn/libidn2-${version}.tar.gz" -checksum=76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91 +checksum=f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0 pre_configure() { autoreconf -if