summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2019-04-20 16:18:44 -0400
committerredfish2019-04-20 16:18:44 -0400
commit5a71bda3bb37c914e74c8f5a08a3b23e60319161 (patch)
tree67692a306413db1ede66f7de4650a0f5a0e11de5 /PKGBUILD
parent760dd444acc46337a4986c302de4d423ba15c0f3 (diff)
downloadaur-5a71bda3bb37c914e74c8f5a08a3b23e60319161.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 33ec0a6368b9..bb596099750f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Open protocol for distributed peer-to-peer data exchange"
arch=(any)
url="https://datproject.org"
license=('BSD')
-depends=('nodejs')
+depends=('nodejs' 'npm')
source=(https://github.com/datproject/dat/archive/v$pkgver.tar.gz)
options=(!strip)