From 122d4122ac544fac4fe6959a0aa9c90879099e82 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 28 Aug 2018 07:17:00 -0300 Subject: [PATCH] libxml2: rebuild against icu-62.1 --- srcpkgs/libxml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 4aafe14d6b7..b77de76d1fe 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,7 +1,7 @@ # Template build file for 'libxml2'. pkgname=libxml2 version=2.9.8 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --with-threads --with-history --with-icu" hostmakedepends="automake libtool gettext-devel pkg-config python-devel"