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

Felix Yan felixonmars at archlinux.org
Sun Oct 14 12:50:08 UTC 2018


    Date: Sunday, October 14, 2018 @ 12:50:07
  Author: felixonmars
Revision: 336556

upgpkg: tidy 5.7.16-1

Modified:
  tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 12:47:38 UTC (rev 336555)
+++ PKGBUILD	2018-10-14 12:50:07 UTC (rev 336556)
@@ -3,7 +3,8 @@
 # Contributor: Markus Meissner <markus at meissna.de>
 
 pkgname=tidy
-pkgver=5.6.0
+pkgver=5.7.16
+_commit=5f7e367cb54563dabda4bf4e3c11c6ecc68a0fa3
 pkgrel=1
 pkgdesc="A tool to tidy down your HTML code to a clean style"
 arch=(x86_64)
@@ -14,10 +15,11 @@
 conflicts=(tidyhtml)
 provides=(tidyhtml)
 replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('85c8a163d9ece6a02fe12bc9bddbc455')
+source=("$pkgname-$_commit.tar.gz::https://github.com/htacg/tidy-html5/archive/$_commit.tar.gz")
+sha512sums=('2854f81a4dcc5f0a995360b85a6169a4320a823e1982c12fba5fbe5d10afca442719e8a4ed719d038e7cf723a43523dc4294b2c751a29a8dfd5f471d96079767')
 
 prepare() {
+  mv tidy-html5-{$_commit,$pkgver}
   mkdir -p build
 }
 



More information about the arch-commits mailing list