diff --git a/tidy/.SRCINFO b/tidy/.SRCINFO new file mode 100644 index 0000000000..6219e0be5f --- /dev/null +++ b/tidy/.SRCINFO @@ -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 diff --git a/tidy/.nvchecker.toml b/tidy/.nvchecker.toml new file mode 100644 index 0000000000..3c8bdf49ec --- /dev/null +++ b/tidy/.nvchecker.toml @@ -0,0 +1,3 @@ +[tidy] +source = "git" +git = "https://github.com/htacg/tidy-html5.git" diff --git a/tidy/PKGBUILD b/tidy/PKGBUILD index f1ea13aaa3..db25811740 100644 --- a/tidy/PKGBUILD +++ b/tidy/PKGBUILD @@ -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/"