summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2015-09-29 23:32:18 +0200
committerAntoine Lubineau2015-09-29 23:32:18 +0200
commitfe41a64b9b1d233a3129d877de1adcce9480eaf4 (patch)
tree3683472d6bbc7d3ca48ffc3270cc7ee5aa8c223e
parentf1d9125e4b6096c253dfe14f11a8994cbe01c825 (diff)
downloadaur-fe41a64b9b1d233a3129d877de1adcce9480eaf4.tar.gz
Add npm dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1c23c11999..36f5aa808878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nodejs-azure-cli
arch = any
license = Apache
depends = nodejs
+ depends = npm
noextract = azure-cli-0.9.9.tgz
options = !strip
source = http://registry.npmjs.org/azure-cli/-/azure-cli-0.9.9.tgz
diff --git a/PKGBUILD b/PKGBUILD
index f304b50a1947..8ff41b6ce83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Windows Azure Cross Platform Command Line tool"
arch=(any)
url="https://github.com/Azure/azure-xplat-cli"
license=('Apache')
-depends=('nodejs')
+depends=('nodejs' 'npm')
source=("http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz")
noextract=("$_npmname-$_npmver.tgz")
options=(!strip)