summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2020-01-13 10:48:51 -0600
committerrkcf2020-01-13 10:48:51 -0600
commitbc04b3c5510d31262e093f6c8f2d0c8282990f8d (patch)
treee400f72323c74fceab0be4173ccced7096b58ac9
parent0dfa714806d5cc4340f189d9d666781dcbdf0eac (diff)
downloadaur-bc04b3c5510d31262e093f6c8f2d0c8282990f8d.tar.gz
update to 7.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5feac564afa8..c37415357441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eslint-plugin-react
pkgdesc = React specific linting rules for ESLint
- pkgver = 7.14.3
+ pkgver = 7.17.0
pkgrel = 1
url = https://github.com/yannickcr/eslint-plugin-react
arch = any
license = MIT
makedepends = npm
depends = eslint
- noextract = eslint-plugin-react-7.14.3.tgz
- source = http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz
- md5sums = dd72a5b6899d398bc82ae2098e34c82d
+ 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
pkgname = eslint-plugin-react
diff --git a/PKGBUILD b/PKGBUILD
index 68f25fb49126..e841d45d9d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adrian Sinclair <adrian@transloadit.com>
pkgname=eslint-plugin-react
-pkgver=7.14.3
+pkgver=7.17.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=('dd72a5b6899d398bc82ae2098e34c82d')
+md5sums=('e40141e349e7373dfe5b49d9bee19906')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz