summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNissar Chababy2016-11-19 08:50:30 +0100
committerNissar Chababy2016-11-19 08:50:30 +0100
commit0dad8954f4a7aa0d3a36f49f84ffbeec24654169 (patch)
tree863a7ffdbe74867020bc716ad9616bcd66d9e8bf
parentc5a1b9b04cfa5f6cb3ce61fcdc6df68af6ab93df (diff)
downloadaur-0dad8954f4a7aa0d3a36f49f84ffbeec24654169.tar.gz
Update nw-gyp optdepends name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed5f99e3982f..e1d104b769f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = nw-gyp
- pkgdesc = Native addon build tool for node-webkit
+ pkgdesc = Native addon build tool for nwjs-bin
pkgver = 0.12.2
pkgrel = 1
url = https://github.com/rogerwang/nw-gyp
@@ -7,7 +7,7 @@ pkgbase = nw-gyp
license = MIT
makedepends = nodejs
depends = nodejs
- optdepends = node-webkit: webkit runtime environment
+ optdepends = nwjs-bin: webkit runtime environment
noextract = nw-gyp-0.12.2.tgz
source = http://registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.2.tgz
sha256sums = 33549526941baf147d60fab412b4028158bf293a396b79c3f521bcaff9e2aa0a
diff --git a/PKGBUILD b/PKGBUILD
index 620740524178..7ab7f04b3206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _npmname=nw-gyp
pkgname=nw-gyp # All lowercase
pkgver=0.12.2
pkgrel=1
-pkgdesc="Native addon build tool for node-webkit"
+pkgdesc="Native addon build tool for nwjs-bin"
arch=(any)
url="https://github.com/rogerwang/nw-gyp"
license=("MIT")
depends=("nodejs")
-optdepends=("node-webkit: webkit runtime environment")
+optdepends=("nwjs-bin: webkit runtime environment")
makedepends=('nodejs')
source=( "http://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz" )
noextract=($_npmname-$pkgver.tgz)