mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libxml2-devel: fix sourcepkg depends resolutions
This commit is contained in:
parent
c528221adc
commit
91a976e218
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue