Merge pull request #38 from slokhorst/patch-1

Remove gconf dependency
main
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
1 changed files with 1 additions and 1 deletions

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