summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3da03dd2a7b..23740e0c321b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = eslint-plugin-react
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
diff --git a/PKGBUILD b/PKGBUILD
index 8038fac48b7d..76352c1e837f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='React specific linting rules for ESLint'
arch=('any')
url='https://github.com/yannickcr/eslint-plugin-react'
license=('MIT')
-depends=('nodejs')
+depends=('nodejs' 'eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)