summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-11 00:36:29 +0200
committerYoshi28892016-08-11 00:36:29 +0200
commit20fbfd46592d12025ea134a6d0497f812fb69476 (patch)
treee6152f097e7b523a2856712fec3080a0a1821ccd
parent7c7d6d41f21633ebaa7f5f1fb35b773cf1530e32 (diff)
downloadaur-20fbfd46592d12025ea134a6d0497f812fb69476.tar.gz
Add nw-gyp as dependency
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366ed4fde846..0c2f19558438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 19:45:42 UTC 2016
+# Wed Aug 10 22:36:17 UTC 2016
pkgbase = soundnode-git
pkgdesc = Soundcloud client for the desktop
pkgver = r774.3175946
@@ -11,6 +11,7 @@ pkgbase = soundnode-git
makedepends = git
makedepends = npm
makedepends = wine
+ makedepends = nw-gyp
depends = gconf
depends = gtk2
depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index 2d8dccbfac73..daa0aba65222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libnotify' 'fontconfig')
# This thing requires wine to build, and just to create an icon for the win32 instance.
# Fails if it doesn't exist, so we better include it.
-makedepends=('git' 'npm' 'wine')
+makedepends=('git' 'npm' 'wine' 'nw-gyp')
source=("git+https://github.com/Soundnode/soundnode-app.git")
sha256sums=("SKIP")