summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2019-09-05 19:08:14 -0500
committerrkcf2019-09-05 19:08:14 -0500
commit0bc96759057c85eff727cf71573cf86abdc83884 (patch)
tree3644117be7ef10cafdd396879e522af2a46e76b7
parent8a0480e44e56d547402556b3a97c9675459bdcbd (diff)
downloadaur-0bc96759057c85eff727cf71573cf86abdc83884.tar.gz
update to 10.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f91f34014d..4b496d8d2c14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eslint-plugin-node
pkgdesc = Additional ESLint rules for Node.js
- pkgver = 9.1.0
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/mysticatea/eslint-plugin-node
arch = any
license = MIT
makedepends = npm
depends = eslint
- noextract = eslint-plugin-node-9.1.0.tgz
- source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz
- md5sums = ad748e9ee80e8ce0e74d812d9836f4ad
+ noextract = eslint-plugin-node-10.0.0.tgz
+ source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz
+ md5sums = 92af3f093682623ba45ba336259b86e3
pkgname = eslint-plugin-node
diff --git a/PKGBUILD b/PKGBUILD
index eecd23d9d2ef..9d20929789d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-node
-pkgver=9.1.0
+pkgver=10.0.0
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=('ad748e9ee80e8ce0e74d812d9836f4ad')
+md5sums=('92af3f093682623ba45ba336259b86e3')
package() {
npm install -g --user root --cache "$srcdir/npm-cache" --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz