summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-01-22 09:53:40 +0100
committerMassimiliano Torromeo2018-01-22 09:53:40 +0100
commite88539be2c03620f121a92a1a92b9ba078c0d663 (patch)
treeebdedacabfe0a81eb54b6e2f4cc02d7af214bf10
parent3ee378b37623371562a0bcb8c538750a53e5487a (diff)
downloadaur-e88539be2c03620f121a92a1a92b9ba078c0d663.tar.gz
Updated to 0.9.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b88b5c15c9e0..b3fc182ae7bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 07:57:58 UTC 2016
+# 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.12
+ pkgver = 0.9.13
pkgrel = 1
url = http://htmlhint.com/
arch = any
@@ -12,9 +12,9 @@ pkgbase = htmlhint
provides = nodejs-htmlhint
conflicts = nodejs-htmlhint
replaces = nodejs-htmlhint
- noextract = htmlhint-0.9.12.tgz
- source = http://registry.npmjs.org/htmlhint/-/htmlhint-0.9.12.tgz
- sha256sums = 54c2c05282bd4b406cad143be1c8c4494c3b27643ddaa78610270aada4ff2006
+ noextract = htmlhint-0.9.13.tgz
+ source = http://registry.npmjs.org/htmlhint/-/htmlhint-0.9.13.tgz
+ sha256sums = 11630ef866d266d6b444de377771eba7807744b93a79017f009422dc1c9b65e5
pkgname = htmlhint
diff --git a/PKGBUILD b/PKGBUILD
index cba2b70d0170..81ddb94e2bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=htmlhint
-pkgver=0.9.12
+pkgver=0.9.13
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=('54c2c05282bd4b406cad143be1c8c4494c3b27643ddaa78610270aada4ff2006')
+sha256sums=('11630ef866d266d6b444de377771eba7807744b93a79017f009422dc1c9b65e5')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz