Replace node with node-lts-carbon

The joplin packages depends on node 8 to build properly, so far we will
stick with the provided version.
main
Alfredo Palhares 2018-05-02 11:37:30 +01:00
commit c52d52660f
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ pkgver=1.0.83
pkgrel=5
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" "npm")
depends=("nodejs")
makedepends=("git" "nodejs-lts-carbon" "rsync" "npm")
depends=("nodejs-lts-carbon")
provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net"
license=("MIT")