Remove gconf dependency

Not needed. Also no longer available from the Arch Linux repositories.
This commit is contained in:
Sebastiaan Lokhorst 2020-01-05 14:51:05 +01:00 committed by GitHub
parent b8df87d57a
commit 83fa1adc91
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://joplin.cozic.net"
license=("MIT")