diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index 3daf7ecccc..4c0e56f35c 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -1,16 +1,16 @@ -# Template build file for 'libxslt'. +# Template file for 'libxslt' pkgname=libxslt -version=1.1.32 +version=1.1.33 revision=1 build_style=gnu-configure configure_args="--disable-static" makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel" short_desc="XSLT parser library from the GNOME project" maintainer="Juan RP " -homepage="http://xmlsoft.org/XSLT/" license="MIT" +homepage="http://xmlsoft.org/XSLT/" distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460 +checksum=8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8 if [ "$CROSS_BUILD" ]; then hostmakedepends="libtool automake gettext-devel ${makedepends}"