summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5c41852e64..c0cf84cc03e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = shout-irc
install = install
arch = any
license = MIT
+ makedepends = npm
depends = nodejs
backup = etc/shout-irc/config.js
source = https://github.com/erming/shout/archive/v0.52.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4409d17259b2..453368fa7282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url='http://shout-irc.com/'
arch=('any')
license=('MIT')
depends=('nodejs')
+makedepends=('npm')
install=install
backup=('etc/shout-irc/config.js')
source=(