From 91a976e218e3bc4872396b8d0febd8884d69f728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 4 Dec 2023 20:02:01 +0700 Subject: [PATCH] libxml2-devel: fix sourcepkg depends resolutions --- srcpkgs/libxml2/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index f5c305fdd0d..7e05639eaaa 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -2,7 +2,7 @@ pkgname=libxml2 reverts="2.12.1_1" version=2.11.4 -revision=5 +revision=6 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static" @@ -29,7 +29,8 @@ post_install() { } libxml2-devel_package() { - depends="zlib-devel liblzma-devel icu-devel libxml2>=${version}_${revision}" + depends="zlib-devel liblzma-devel icu-devel + libxml2>=${version}_${revision} libxml2<${version}_9999" short_desc+=" - development files" pkg_install() { vmove usr/include