libxslt: update to 1.1.31.

This commit is contained in:
Juan RP 2017-10-08 16:14:18 +02:00
parent 5e8fdba98a
commit 2fc5ccd0f1

View File

@ -1,7 +1,7 @@
# Template build file for 'libxslt'. # Template build file for 'libxslt'.
pkgname=libxslt pkgname=libxslt
version=1.1.30 version=1.1.31
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel" makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xmlsoft.org/XSLT/" homepage="http://xmlsoft.org/XSLT/"
license="MIT" license="MIT"
distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ba65236116de8326d83378b2bd929879fa185195bc530b9d1aba72107910b6b3 checksum=db25e96b6b801144277e67c05b10560ac09dfff82ccd53a154ce86e43622f3ab
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool automake gettext-devel ${makedepends}" hostmakedepends="libtool automake gettext-devel ${makedepends}"