From a209d91badabcdea7bf22206e589c603b12777a7 Mon Sep 17 00:00:00 2001 From: Bjoern Franke Date: Tue, 1 May 2018 16:47:45 +0200 Subject: [PATCH] use nodejs-lts-carbon instead of nodejs --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cac6139..6473adc 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")