summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5642b887d4c..2a0ca09b46c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = eslint-plugin-react
pkgdesc = React specific linting rules for ESLint
- pkgver = 6.8.0
- pkgrel = 2
+ pkgver = 6.10.0
+ pkgrel = 1
url = https://github.com/yannickcr/eslint-plugin-react
arch = any
license = MIT
makedepends = npm
depends = nodejs
depends = eslint
- noextract = eslint-plugin-react-6.8.0.tgz
- source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.8.0.tgz
- md5sums = SKIP
+ noextract = eslint-plugin-react-6.10.0.tgz
+ source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.10.0.tgz
+ md5sums = a289079092ec8da83f49933a6100651f
pkgname = eslint-plugin-react
diff --git a/PKGBUILD b/PKGBUILD
index 6bf8e0064500..649c59a890f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-react
-pkgver=6.8.0
-pkgrel=2
+pkgver=6.10.0
+pkgrel=1
pkgdesc='React specific linting rules for ESLint'
arch=('any')
url='https://github.com/yannickcr/eslint-plugin-react'
@@ -11,7 +11,7 @@ depends=('nodejs' 'eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-md5sums=('SKIP')
+md5sums=('a289079092ec8da83f49933a6100651f')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz