* update tidy to 5.8.0-3

This commit is contained in:
Alexander Baldeck 2024-07-26 10:21:22 +02:00
parent c0c6732d72
commit 581972e7ad
3 changed files with 21 additions and 1 deletions

17
tidy/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = tidy
pkgdesc = A tool to tidy down your HTML code to a clean style
pkgver = 5.8.0
pkgrel = 3
url = https://www.html-tidy.org/
arch = x86_64
license = custom
makedepends = cmake
makedepends = libxslt
depends = glibc
provides = tidyhtml
conflicts = tidyhtml
replaces = tidyhtml
source = tidy-9f8d957e4d9c164b0aea10a36c7933d67517abb1.tar.gz::https://github.com/htacg/tidy-html5/archive/9f8d957e4d9c164b0aea10a36c7933d67517abb1.tar.gz
sha512sums = 085da1bc97ab20a65d1104bd13e39ba7eb7a51407553e9237e8efda0a2c3b6efcb2e957a670731482ac17b639f12fe59a1f52740e82d4367410fe41e62afc8a2
pkgname = tidy

3
tidy/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[tidy]
source = "git"
git = "https://github.com/htacg/tidy-html5.git"

View File

@ -6,7 +6,7 @@
pkgname=tidy
pkgver=5.8.0
_commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
pkgrel=2
pkgrel=3
pkgdesc="A tool to tidy down your HTML code to a clean style"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.html-tidy.org/"