summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2015-09-08 23:18:11 +0200
committerSimon Conseil2015-09-08 23:18:11 +0200
commitb713b5fab1a7a87a743a8f24afba9c6665dd2550 (patch)
tree39f1704ac7a20ed0c7e14819db0cc2280daf0d52
parent3624873273b923b669c86ca9c7837253b76419c0 (diff)
downloadaur-b713b5fab1a7a87a743a8f24afba9c6665dd2550.tar.gz
Add npm dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1ea11bda3e..82486efd5ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = jslint
pkgdesc = Command-line JSLint, installed through npm
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/reid/node-jslint
arch = any
license = custom:BSD and modified MIT
depends = nodejs
+ depends = npm
source = https://github.com/reid/node-jslint/archive/v0.9.3.tar.gz
sha256sums = 740ef493529fc11a4fbe700c54fa05c63881ea23d33fecba0cdab966093a93a4
diff --git a/PKGBUILD b/PKGBUILD
index 568cdf1cff34..9539e382c15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
pkgname=jslint
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line JSLint, installed through npm"
arch=('any')
url="https://github.com/reid/node-jslint"
license=('custom:BSD and modified MIT')
-depends=('nodejs')
+depends=('nodejs' 'npm')
source=("https://github.com/reid/node-jslint/archive/v$pkgver.tar.gz")
sha256sums=("740ef493529fc11a4fbe700c54fa05c63881ea23d33fecba0cdab966093a93a4")