From 83fa1adc91f57aaebb695351aefc9c1c5dd542ef Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Sun, 5 Jan 2020 14:51:05 +0100 Subject: [PATCH] Remove gconf dependency Not needed. Also no longer available from the Arch Linux repositories. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index a921573..4afb8dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")