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
commit
c52d52660f
4
PKGBUILD
4
PKGBUILD
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue