From 21eff61e7d2984095541228c79db23104eb3b4ce Mon Sep 17 00:00:00 2001 From: koug44 Date: Fri, 20 Apr 2018 13:35:00 -0400 Subject: [PATCH] Adding npm to makedepends --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fa80d54..d29527a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.83 pkgrel=3 pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS." arch=("x86_64" "i686") -makedepends=("git" "nodejs" "rsync") +makedepends=("git" "nodejs" "rsync" "npm") depends=("nodejs") provides=("joplin" "joplin-cli") url="https://joplin.cozic.net"