summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2020-04-27 14:22:33 -0500
committerrkcf2020-04-27 14:22:33 -0500
commit59b5d7791a702a0971f087e799fe7c4c364c731f (patch)
treee073da6b8b78df4ed6a390283c0fce0f67aff412
parent27caf843ca33bdddff859fd09c226a905fc57976 (diff)
downloadaur-eslint-plugin-node.tar.gz
update to 11.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3d2cfdeb6e..fb5c8d76dfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eslint-plugin-node
pkgdesc = Additional ESLint rules for Node.js
- pkgver = 11.0.0
+ pkgver = 11.1.0
pkgrel = 1
url = https://github.com/mysticatea/eslint-plugin-node
arch = any
license = MIT
makedepends = npm
depends = eslint
- noextract = eslint-plugin-node-11.0.0.tgz
- source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz
- md5sums = 294b4985cb63f5134d4480c1eb001cb4
+ noextract = eslint-plugin-node-11.1.0.tgz
+ source = http://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz
+ md5sums = 5cd01b6581d4ee5fd0c899e86668af26
pkgname = eslint-plugin-node
diff --git a/PKGBUILD b/PKGBUILD
index 31c05467c4dc..49abc32eb7b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-node
-pkgver=11.0.0
+pkgver=11.1.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=('294b4985cb63f5134d4480c1eb001cb4')
+md5sums=('5cd01b6581d4ee5fd0c899e86668af26')
package() {
npm install -g --user root --cache "$srcdir/npm-cache" --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz