summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2020-01-05 14:51:05 +0100
committerGitHub2020-01-05 14:51:05 +0100
commit83fa1adc91f57aaebb695351aefc9c1c5dd542ef (patch)
treeb4eb8a78cb0de58bc3f4650d606dee425150d74b
parentb8df87d57a4ff39d53efbeb543203d70b99279df (diff)
downloadaur-83fa1adc91f57aaebb695351aefc9c1c5dd542ef.tar.gz
Remove gconf dependency
Not needed. Also no longer available from the Arch Linux repositories.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9215730f103..4afb8dc34266 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")