summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2022-02-07 20:50:04 +0100
committerfunilrys2022-02-07 20:50:04 +0100
commit30370314bd9218a696358ddaca667f2fa057167b (patch)
tree26caad3543552bc12d0c4b14d8d7c1dd5cf5144d
parent0dad8954f4a7aa0d3a36f49f84ffbeec24654169 (diff)
downloadaur-30370314bd9218a696358ddaca667f2fa057167b.tar.gz
Add npm into deps.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ab7f04b3206..8c4ee4e44234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_npmname=nw-gyp
pkgname=nw-gyp # All lowercase
pkgver=0.12.2
-pkgrel=1
+pkgrel=2
pkgdesc="Native addon build tool for nwjs-bin"
arch=(any)
url="https://github.com/rogerwang/nw-gyp"
license=("MIT")
depends=("nodejs")
optdepends=("nwjs-bin: webkit runtime environment")
-makedepends=('nodejs')
+makedepends=('nodejs' 'npm')
source=( "http://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz" )
noextract=($_npmname-$pkgver.tgz)
sha256sums=('33549526941baf147d60fab412b4028158bf293a396b79c3f521bcaff9e2aa0a')