summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2019-05-07 13:55:56 -0700
committerrkcf2019-05-07 13:55:56 -0700
commitadb1ca53c373fc3099dd124d5e89840f829f843a (patch)
treeb42328b04a9ee8ca6463531f640a21f34dd879b8
parent9134919f41a556771db00cb8d451780934b2fce8 (diff)
downloadaur-adb1ca53c373fc3099dd124d5e89840f829f843a.tar.gz
update to 9.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e111aa8cec8..6c421e4ca639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eslint-plugin-node
pkgdesc = Additional ESLint rules for Node.js
- pkgver = 9.0.0
+ pkgver = 9.0.1
pkgrel = 1
url = https://github.com/mysticatea/eslint-plugin-node
arch = any
license = MIT
makedepends = npm
depends = eslint
- noextract = eslint-plugin-node-9.0.0.tgz
- source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-9.0.0.tgz
- md5sums = e832254f16ca71496de411de47b89cb0
+ noextract = eslint-plugin-node-9.0.1.tgz
+ source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz
+ md5sums = ffb38d463be2fd63ebd2c3217e064f7c
pkgname = eslint-plugin-node
diff --git a/PKGBUILD b/PKGBUILD
index 4f5f87aa82ab..316d5f43925c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-node
-pkgver=9.0.0
+pkgver=9.0.1
pkgrel=1
pkgdesc='Additional ESLint rules for Node.js'
arch=('any')
@@ -12,7 +12,7 @@ depends=('eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-md5sums=('e832254f16ca71496de411de47b89cb0')
+md5sums=('ffb38d463be2fd63ebd2c3217e064f7c')
package() {
npm install -g --user root --cache "$srcdir/npm-cache" --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz