summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2018-05-01 16:47:45 +0200
committerBjoern Franke2018-05-01 16:47:45 +0200
commita209d91badabcdea7bf22206e589c603b12777a7 (patch)
tree1d087fad3e4e2d2e763122c629ad155dabc4d627
parentf4e3645791ad41ffc37ec7baafe7c7f370df9f30 (diff)
downloadaur-a209d91badabcdea7bf22206e589c603b12777a7.tar.gz
use nodejs-lts-carbon instead of nodejs
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cac6139c6b3f..6473adc1e223 100644
--- a/PKGBUILD
+++ b/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")