summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew hague2015-10-04 15:53:45 +0100
committerMatthew hague2015-10-04 15:53:45 +0100
commit5c529e0164699b3283529b63e4796145357b7b8b (patch)
tree59d363c015d7909e39d9dae44d7f06b9b670847d
parentbf476da92b06457593094ba0bfb9cd212a1b7fdd (diff)
downloadaur-5c529e0164699b3283529b63e4796145357b7b8b.tar.gz
added npm to make depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5ea6b51d9b4..28a128a74e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nodejs-imapnotify-git
install = nodejs-imapnotify-git.install
arch = any
license = MIT
+ makedepends = npm
depends = nodejs
conflicts = nodejs-imapnotify
source = nodejs-imapnotify-git::git://github.com/a-sk/node-imapnotify.git
diff --git a/PKGBUILD b/PKGBUILD
index 79b9de8557d9..477a540a3d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='http://github.com/a-sk/node-imapnotify'
license=('MIT')
depends=('nodejs')
optdepends=()
+makedepends=('npm')
install=$pkgname.install
conflicts=('nodejs-imapnotify')
source=($pkgname::git://github.com/a-sk/node-imapnotify.git