tidy5: update to 5.4.0.
This commit is contained in:
parent
7b599f6f41
commit
2f9e8da9b3
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'tidy5'
|
||||
pkgname=tidy5
|
||||
version=5.2.0
|
||||
revision=2
|
||||
version=5.4.0
|
||||
revision=1
|
||||
_reponame=tidy-html5
|
||||
wrksrc="${_reponame}-${version}"
|
||||
build_style=cmake
|
||||
cmake_builddir=build/cmake
|
||||
hostmakedepends="libxslt"
|
||||
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"
|
||||
homepage="http://www.htacg.org/${_reponame}/"
|
||||
distfiles="https://github.com/htacg/${_reponame}/archive/${version}.tar.gz"
|
||||
checksum=80533415acf11ac55f24b874ab39448e390ffec3c2b93df4b857d15602fc7c4d
|
||||
checksum=a2d754b7349982e33f12d798780316c047a3b264240dc6bbd4641542e57a0b7a
|
||||
|
||||
provides="tidy-${version}_${revision}"
|
||||
replaces="tidy>0"
|
||||
|
@ -34,7 +34,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vlicense README/LICENSE.txt LICENSE
|
||||
vlicense README/LICENSE.md LICENSE
|
||||
ln -s tidy ${DESTDIR}/usr/bin/tidy5
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue