summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2019-04-20 16:18:12 -0400
committerredfish2019-04-20 16:18:12 -0400
commit50f65887e5634252266be48f47e8f327b6f8e7ed (patch)
tree510afb4d0b8d0743440e6e0d6cc7688518b7b709 /PKGBUILD
parent4dbba02fca54b812fb5f49fb26da8a2532a50a10 (diff)
downloadaur-50f65887e5634252266be48f47e8f327b6f8e7ed.tar.gz
deps: add npm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0db4d880c8d7..fb418bd36051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="In-memory Dat to HTTP gateway"
arch=(any)
url="https://github.com/garbados/dat-gateway"
license=('Apache-2.0')
-depends=('nodejs')
+depends=('nodejs' 'npm')
conflicts=("$_name")
provides=("$_name")
install="$_name.install"