summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2020-05-16 00:40:10 -0500
committerrkcf2020-05-16 00:40:10 -0500
commit5e4340897bb2772624dcd62d01e4ff5139f581f6 (patch)
tree50f81556614e26553acd479f859a98731dd7c597
parentbc04b3c5510d31262e093f6c8f2d0c8282990f8d (diff)
downloadaur-5e4340897bb2772624dcd62d01e4ff5139f581f6.tar.gz
update to 7.20.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37415357441..4aaede45d49a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eslint-plugin-react
pkgdesc = React specific linting rules for ESLint
- pkgver = 7.17.0
+ pkgver = 7.20.0
pkgrel = 1
url = https://github.com/yannickcr/eslint-plugin-react
arch = any
license = MIT
makedepends = npm
depends = eslint
- noextract = eslint-plugin-react-7.17.0.tgz
- source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz
- md5sums = e40141e349e7373dfe5b49d9bee19906
+ noextract = eslint-plugin-react-7.20.0.tgz
+ source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz
+ md5sums = d0ed837c911250cc2cdd37d840cfee25
pkgname = eslint-plugin-react
diff --git a/PKGBUILD b/PKGBUILD
index e841d45d9d9c..2c21f995bb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-react
-pkgver=7.17.0
+pkgver=7.20.0
pkgrel=1
pkgdesc='React specific linting rules for ESLint'
arch=('any')
@@ -12,7 +12,7 @@ depends=('eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-md5sums=('e40141e349e7373dfe5b49d9bee19906')
+md5sums=('d0ed837c911250cc2cdd37d840cfee25')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz