summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2024-03-18 20:07:55 -0400
committerDaniel M. Capella2024-03-18 20:07:55 -0400
commit2c8edef353c8321f8aa4af73a8587c55df697cdd (patch)
tree501531b9fd07c36a08e04f612f1fd81990d6b0f2
parent117ddcb4b460db6ce502c46b9e0c75d83feff485 (diff)
downloadaur-htmlhint.tar.gz
updpkgsums
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD2
2 files changed, 16 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cc21fcc1c62a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = htmlhint
+ pkgdesc = Static Code Analysis Tool for your HTML
+ pkgver = 1.1.4
+ pkgrel = 1
+ url = https://htmlhint.com/
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = npm
+ depends = nodejs
+ options = !emptydirs
+ source = git+https://github.com/htmlhint/HTMLHint.git#tag=v1.1.4
+ b2sums = 60e761e535aab029424984da6a53318542ece739f6941dad027d8ba575aa2e0414613bd0048d91433dd8b2435fa3a83b30bc2d8b3ccead8935061d8f6ad8a58c
+
+pkgname = htmlhint
diff --git a/PKGBUILD b/PKGBUILD
index df02e2578345..c04ff95b7858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('nodejs')
makedepends=('git' 'npm')
options=('!emptydirs')
source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver")
-b2sums=('SKIP')
+b2sums=('60e761e535aab029424984da6a53318542ece739f6941dad027d8ba575aa2e0414613bd0048d91433dd8b2435fa3a83b30bc2d8b3ccead8935061d8f6ad8a58c')
prepare() {
cd $_name