From 3197783e93a18a6f83d6dbd0e20d6d63c3d30e86 Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Tue, 5 Jun 2018 11:02:16 +0100 Subject: [PATCH] Add extra/gconf to makedepends Fixes #7 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 61f09eb..33f18af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.93 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-lts-carbon" "rsync" "npm") +makedepends=("git" "nodejs-lts-carbon" "rsync" "npm" "gconf") depends=("nodejs-lts-carbon") provides=("joplin" "joplin-cli") url="https://joplin.cozic.net"