libxslt: update to 1.1.29.

This commit is contained in:
Juan RP 2016-05-25 19:15:59 +02:00
parent ad5a2428df
commit cf7e1d1790

View file

@ -1,7 +1,7 @@
# Template build file for 'libxslt'.
pkgname=libxslt
version=1.1.28
revision=5
version=1.1.29
revision=1
build_style=gnu-configure
configure_args="--disable-static"
makedepends="python-devel libxml2-devel libgcrypt-devel"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xmlsoft.org/XSLT/"
license="MIT"
distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c
checksum=b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool automake gettext-devel ${makedepends}"
@ -26,7 +26,7 @@ if [ "$CROSS_BUILD" ]; then
fi
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
vlicense COPYING
}
libxslt-devel_package() {