mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libxml2: update to 2.13.6.
This commit is contained in:
parent
1617d71f3b
commit
078014e648
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libxml2'
|
# Template file for 'libxml2'
|
||||||
pkgname=libxml2
|
pkgname=libxml2
|
||||||
version=2.12.6
|
version=2.13.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-threads --with-history --with-icu
|
configure_args="--with-threads --with-history --with-icu
|
||||||
--with-legacy --with-ftp --with-xptr-locs --enable-static"
|
--with-legacy --with-ftp --with-xptr-locs --enable-static"
|
||||||
hostmakedepends="gettext pkg-config python3"
|
hostmakedepends="gettext pkg-config python3 python3-packaging-bootstrap"
|
||||||
makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel
|
makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel
|
||||||
python3-devel"
|
python3-devel"
|
||||||
short_desc="Library providing XML and HTML support"
|
short_desc="Library providing XML and HTML support"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/libxml2"
|
homepage="https://gitlab.gnome.org/GNOME/libxml2"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
|
||||||
checksum=889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb
|
checksum=f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96
|
||||||
python_version=3
|
python_version=3
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue