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 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