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

Antonio Rojas arojas at archlinux.org
Thu May 5 16:43:58 UTC 2016


    Date: Thursday, May 5, 2016 @ 18:43:58
  Author: arojas
Revision: 266954

Update to 5.2.0

Modified:
  tidy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 15:20:53 UTC (rev 266953)
+++ PKGBUILD	2016-05-05 16:43:58 UTC (rev 266954)
@@ -4,8 +4,8 @@
 # Contributor: Markus Meissner <markus at meissna.de>
 
 pkgname=tidy
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="A tool to tidy down your HTML code to a clean style"
 arch=(i686 x86_64)
 url="http://www.html-tidy.org/"
@@ -16,7 +16,7 @@
 provides=(tidyhtml)
 replaces=(tidyhtml)
 source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('b0e95bda662a06e7652c8475cf8e9b1a')
+md5sums=('ffbe6e8471eff90877b4d74bb714e22f')
 
 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/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list