From 56755efeaa03b49b6babdcfdba0855581a213c39 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 1 Oct 2022 23:33:09 +0200 Subject: [PATCH] libxslt: update to 1.1.37. --- srcpkgs/libxslt/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index ec65d71f1974..2327035cbe10 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"