tidy5: update to 5.4.0.

This commit is contained in:
Leah Neukirchen 2017-03-02 15:00:16 +01:00
parent 7b599f6f41
commit 2f9e8da9b3

View file

@ -1,18 +1,18 @@
# Template file for 'tidy5' # Template file for 'tidy5'
pkgname=tidy5 pkgname=tidy5
version=5.2.0 version=5.4.0
revision=2 revision=1
_reponame=tidy-html5 _reponame=tidy-html5
wrksrc="${_reponame}-${version}" wrksrc="${_reponame}-${version}"
build_style=cmake build_style=cmake
cmake_builddir=build/cmake cmake_builddir=build/cmake
hostmakedepends="libxslt" hostmakedepends="libxslt"
short_desc="Tool to tidy down your HTML/HTML5 code to a clean style" short_desc="Tool to tidy down your HTML/HTML5 code to a clean style"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="W3C" license="W3C"
homepage="http://www.htacg.org/${_reponame}/" homepage="http://www.htacg.org/${_reponame}/"
distfiles="https://github.com/htacg/${_reponame}/archive/${version}.tar.gz" distfiles="https://github.com/htacg/${_reponame}/archive/${version}.tar.gz"
checksum=80533415acf11ac55f24b874ab39448e390ffec3c2b93df4b857d15602fc7c4d checksum=a2d754b7349982e33f12d798780316c047a3b264240dc6bbd4641542e57a0b7a
provides="tidy-${version}_${revision}" provides="tidy-${version}_${revision}"
replaces="tidy>0" replaces="tidy>0"
@ -34,7 +34,7 @@ pre_configure() {
} }
post_install() { post_install() {
vlicense README/LICENSE.txt LICENSE vlicense README/LICENSE.md LICENSE
ln -s tidy ${DESTDIR}/usr/bin/tidy5 ln -s tidy ${DESTDIR}/usr/bin/tidy5
} }