Merge pull request #1 from koug44/master

Adding npm to makedepends
main
Alfredo Palhares 2018-04-23 11:02:56 +01:00 committed by GitHub
commit 44788b3294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"