summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8d98b976a0..ca02bb94ae5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = eslint-plugin-react
pkgdesc = React specific linting rules for ESLint
- pkgver = 7.12.3
+ pkgver = 7.12.4
pkgrel = 1
url = https://github.com/yannickcr/eslint-plugin-react
arch = any
license = MIT
makedepends = npm
- depends = nodejs
depends = eslint
- noextract = eslint-plugin-react-7.12.3.tgz
- source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz
- md5sums = 098736f2d96dac31f0e4fe8eb809c7b1
+ noextract = eslint-plugin-react-7.12.4.tgz
+ source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz
+ md5sums = 2eeafc98aa0012150ecc5907741186c7
pkgname = eslint-plugin-react
diff --git a/PKGBUILD b/PKGBUILD
index 344df50084b0..db6a894d4e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-react
-pkgver=7.12.3
+pkgver=7.12.4
pkgrel=1
pkgdesc='React specific linting rules for ESLint'
arch=('any')
url='https://github.com/yannickcr/eslint-plugin-react'
license=('MIT')
-depends=('nodejs' 'eslint')
+depends=('eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-md5sums=('098736f2d96dac31f0e4fe8eb809c7b1')
+md5sums=('2eeafc98aa0012150ecc5907741186c7')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz