summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-09-10 09:44:37 +0200
committerMassimiliano Torromeo2018-09-10 09:44:37 +0200
commit4038e35e2423b95fbf4874858bde57466e9e7f8e (patch)
treefe2d6a997d1d42171548f79aaaca28b8a9f28dab
parente88539be2c03620f121a92a1a92b9ba078c0d663 (diff)
downloadaur-4038e35e2423b95fbf4874858bde57466e9e7f8e.tar.gz
Updated to 0.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fc182ae7bd..76c803aef0bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 22 08:53:30 UTC 2018
pkgbase = htmlhint
pkgdesc = Static Code Analysis Tool for HTML, you can use it with IDE or in build system.
- pkgver = 0.9.13
+ pkgver = 0.10.1
pkgrel = 1
url = http://htmlhint.com/
arch = any
@@ -12,9 +10,9 @@ pkgbase = htmlhint
provides = nodejs-htmlhint
conflicts = nodejs-htmlhint
replaces = nodejs-htmlhint
- noextract = htmlhint-0.9.13.tgz
- source = http://registry.npmjs.org/htmlhint/-/htmlhint-0.9.13.tgz
- sha256sums = 11630ef866d266d6b444de377771eba7807744b93a79017f009422dc1c9b65e5
+ noextract = htmlhint-0.10.1.tgz
+ source = http://registry.npmjs.org/htmlhint/-/htmlhint-0.10.1.tgz
+ sha256sums = 408fb0037fcb33e7c7f5142b91389ae5a442f800714ee6018f0899b7c076bcda
pkgname = htmlhint
diff --git a/PKGBUILD b/PKGBUILD
index 81ddb94e2bae..298c376beaa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=htmlhint
-pkgver=0.9.13
+pkgver=0.10.1
pkgrel=1
pkgdesc="Static Code Analysis Tool for HTML, you can use it with IDE or in build system."
arch=(any)
@@ -14,7 +14,7 @@ depends=('nodejs')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha256sums=('11630ef866d266d6b444de377771eba7807744b93a79017f009422dc1c9b65e5')
+sha256sums=('408fb0037fcb33e7c7f5142b91389ae5a442f800714ee6018f0899b7c076bcda')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz