edit dependancies

main
Griffin 2018-12-14 03:25:42 -05:00
parent 4c836bbbb1
commit 29f6639117
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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")