summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGriffin2018-12-14 03:25:42 -0500
committerGriffin2018-12-14 03:25:42 -0500
commit29f66391176e3d8a729ada8f0ae1ef5a916d0b7e (patch)
treee4563381abcf56f0fa467a9923fb0b09e7388c2c
parent4c836bbbb18682626c85fe3837b4760be4a19b53 (diff)
downloadaur-29f66391176e3d8a729ada8f0ae1ef5a916d0b7e.tar.gz
edit dependancies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5bedf2c0a92..3fa6a348f1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,10 +7,10 @@ pkgbase = joplin
arch = i686
license = MIT
makedepends = git
- makedepends = nodejs
+ makedepends = nodejs-lts-carbon
makedepends = rsync
makedepends = npm
- makedepends = gconf
+ depends = gconf
depends = nodejs
provides = joplin
provides = joplin-cli
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")