From 2f9e8da9b30e0cee3cdab8c0931c34256404cfd2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Mar 2017 15:00:16 +0100 Subject: [PATCH] tidy5: update to 5.4.0. --- srcpkgs/tidy5/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template index e7aeab0d7a..05f38e3122 100644 --- a/srcpkgs/tidy5/template +++ b/srcpkgs/tidy5/template @@ -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 " +maintainer="Leah Neukirchen " 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 }