summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Vuillard2015-09-13 23:34:03 +0200
committerArthur Vuillard2015-09-13 23:34:03 +0200
commit0c658f8a0b37f3b499c5370a7d799eb50d98acb1 (patch)
tree6dd5d12c397433142416a4b4f60c1d6a6838ba40 /PKGBUILD
parent23545e80272beb4451e05a43e2308735cf40f4ab (diff)
downloadaur-0c658f8a0b37f3b499c5370a7d799eb50d98acb1.tar.gz
update to release 5.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 904deeac7c75..db1add726945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arthur Vuillard <arthur@hashbang.fr>
pkgname=tidy-html5
name=tidy-html5
-pkgver=5.1.8
+pkgver=5.1.9
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')
conflicts=('tidy-html5-git' 'tidyhtml')
source=(https://github.com/htacg/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('b4213df8cecd0b025bf963354b1d6f94')
+md5sums=('e3060d162eec7b0e2be021909cf70ebf')
build() {
cd "$srcdir/$name-$pkgver/build/cmake"