Merge pull request #38 from slokhorst/patch-1

Remove gconf dependency
This commit is contained in:
Alfredo Palhares 2020-01-07 15:49:09 +00:00 committed by GitHub
commit aa9d5b6432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ 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" "python")
depends=("nodejs" "gconf" "libxss")
depends=("nodejs" "libxss")
provides=("joplin" "joplin-cli")
url="https://joplinapp.org/"
license=("MIT")