From 513cdfe60e42a286f5288b3f67695f51cb6fd4c5 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 12 Apr 2018 20:28:13 +0000 Subject: tidy: update to 5.6.0 --- abs/extra/tidy/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/abs/extra/tidy/PKGBUILD b/abs/extra/tidy/PKGBUILD index 352e56f..5e94769 100644 --- a/abs/extra/tidy/PKGBUILD +++ b/abs/extra/tidy/PKGBUILD @@ -4,10 +4,10 @@ # Contributor: Markus Meissner pkgname=tidy -pkgver=5.2.0 +pkgver=5.6.0 pkgrel=1 pkgdesc="A tool to tidy down your HTML code to a clean style" -arch=(i686 x86_64) +arch=(x86_64) url="http://www.html-tidy.org/" license=(custom) depends=(glibc) @@ -16,7 +16,7 @@ conflicts=(tidyhtml) provides=(tidyhtml) replaces=(tidyhtml) source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz") -md5sums=('ffbe6e8471eff90877b4d74bb714e22f') +md5sums=('85c8a163d9ece6a02fe12bc9bddbc455') prepare() { mkdir -p build @@ -38,5 +38,5 @@ package() { ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h - install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -- cgit v0.12