summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Vuillard2017-11-28 13:45:51 +0100
committerArthur Vuillard2017-11-28 13:45:51 +0100
commitbd9c1b2a6a9de133a7fbe6b5a1720fb96db8a0fa (patch)
tree8856f7b9a14d4f703829661795f6095cadd38d1b /PKGBUILD
parentde6c019f14958f6c685175ce54c284a9cfcefcba (diff)
downloadaur-tidy-html5.tar.gz
release 5.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9267028e945f..64cac084ce1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arthur Vuillard <arthur@hashbang.fr>
pkgname=tidy-html5
name=tidy-html5
-pkgver=5.4.0
+pkgver=5.6.0
pkgrel=1
pkgdesc="A tool to tidy down your HTML5 code to a clean style"
url="https://github.com/htacg/tidy-html5"
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
provides=('tidy' 'tidyhtml')
conflicts=('tidy-html5-git' 'tidyhtml')
source=(https://github.com/htacg/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
+md5sums=('85c8a163d9ece6a02fe12bc9bddbc455')
build() {
cd "$srcdir/$name-$pkgver/build/cmake"