Adding npm to makedepends

This commit is contained in:
koug44 2018-04-20 13:35:00 -04:00 committed by GitHub
parent be52446790
commit 21eff61e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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