diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index ec65d71f197..2327035cbe1 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,17 +1,18 @@ # Template file for 'libxslt' pkgname=libxslt -version=1.1.35 -revision=2 +version=1.1.37 +revision=1 build_style=gnu-configure configure_args="--disable-static --disable-dependency-tracking" hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3" makedepends="libxml2-devel libgcrypt-devel python3-devel" +checkdepends="libxml2-python3" short_desc="XSLT parser library from the GNOME project" maintainer="Orphaned " license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxslt" distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz" -checksum=8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79 +checksum=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4 python_version=3 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"