summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Jozeau2024-04-09 00:24:33 +0200
committerLudovic Jozeau2024-04-09 00:24:33 +0200
commit900f9f8532df04cfefef8cc20ea11736c3c42d5f (patch)
tree54a2609be96dbf37fe60420004277b441293ec48
parent0e72cb92eef2ab57a2767f6163ae690ed91ca077 (diff)
downloadaur-linthtml.tar.gz
upgpkg: linthtml 0.9.6-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23805000fbc..fe4633c403cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = linthtml
pkgdesc = The html5 linter and validator.
- pkgver = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/linthtml/linthtml/tree/main/packages/linthtml#readme
arch = any
license = ISC
makedepends = npm
depends = nodejs
- noextract = linthtml-0.9.5.tgz
- source = https://registry.npmjs.org/@linthtml/linthtml/-/linthtml-0.9.5.tgz
- sha512sums = f0c728b96da00adddb8371a72b593df0a2f92e20d5b58fb01320e381f0ba31da9b1ab99521dd01e80282d5e476c10e5f46f69d171371e567bf416dcaed58a6db
+ noextract = linthtml-0.9.6.tgz
+ source = https://registry.npmjs.org/@linthtml/linthtml/-/linthtml-0.9.6.tgz
+ sha512sums = 6da94cc03a65d062aad31df96854ac12e3ca5329f6aa8cfbf774a9ad166f16edf491f75795d1f94c15ecb9dd65b5ffcdd9120441cb4adf191db4129b6ff64b60
pkgname = linthtml
diff --git a/PKGBUILD b/PKGBUILD
index d1a735367294..f617507bf4b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FederAndInk <unifai at protonmail dot com>
_npmsubname=linthtml
_npmname=@linthtml/${_npmsubname}
-_npmver=0.9.5
+_npmver=0.9.6
pkgname=linthtml # All lowercase
pkgver=${_npmver}
pkgrel=1
@@ -14,7 +14,7 @@ makedepends=('npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmsubname-$_npmver.tgz)
noextract=($_npmsubname-$_npmver.tgz)
-sha512sums=(f0c728b96da00adddb8371a72b593df0a2f92e20d5b58fb01320e381f0ba31da9b1ab99521dd01e80282d5e476c10e5f46f69d171371e567bf416dcaed58a6db)
+sha512sums=(6da94cc03a65d062aad31df96854ac12e3ca5329f6aa8cfbf774a9ad166f16edf491f75795d1f94c15ecb9dd65b5ffcdd9120441cb4adf191db4129b6ff64b60)
package() {
cd $srcdir