summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoug442018-04-20 13:35:00 -0400
committerGitHub2018-04-20 13:35:00 -0400
commit21eff61e7d2984095541228c79db23104eb3b4ce (patch)
treed7623842816666be8c3a8fd99f1ceee75ba0075f
parentbe52446790f3561d3e2996ce2ae2f00d3ec2078c (diff)
downloadaur-21eff61e7d2984095541228c79db23104eb3b4ce.tar.gz
Adding npm to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa80d54626fc..d29527ab9247 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"