summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGriffin2018-12-14 03:25:42 -0500
committerGriffin2018-12-14 03:25:42 -0500
commit29f66391176e3d8a729ada8f0ae1ef5a916d0b7e (patch)
treee4563381abcf56f0fa467a9923fb0b09e7388c2c /PKGBUILD
parent4c836bbbb18682626c85fe3837b4760be4a19b53 (diff)
downloadaur-29f66391176e3d8a729ada8f0ae1ef5a916d0b7e.tar.gz
edit dependancies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882979de845d..c1867a13393b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgver=1.0.117
pkgrel=1
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" "gconf")
-depends=("nodejs")
+makedepends=("git" "nodejs-lts-carbon" "rsync" "npm")
+depends=("nodejs" "gconf")
provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net"
license=("MIT")