[arch-commits] Commit in tidy/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Mar 15 07:14:13 UTC 2017


    Date: Wednesday, March 15, 2017 @ 07:14:13
  Author: arojas
Revision: 290852

Update to 5.4.0

Modified:
  tidy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-15 07:09:44 UTC (rev 290851)
+++ PKGBUILD	2017-03-15 07:14:13 UTC (rev 290852)
@@ -4,7 +4,7 @@
 # Contributor: Markus Meissner <markus at meissna.de>
 
 pkgname=tidy
-pkgver=5.2.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="A tool to tidy down your HTML code to a clean style"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 provides=(tidyhtml)
 replaces=(tidyhtml)
 source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('ffbe6e8471eff90877b4d74bb714e22f')
+md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
 
 prepare() {
   mkdir -p build
@@ -38,5 +38,5 @@
   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
 }



More information about the arch-commits mailing list