summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNissar Chababy2017-02-07 12:18:27 +0100
committerNissar Chababy2017-02-07 12:18:27 +0100
commit12f024021c04df5d16d3436ee09134c8b181c36c (patch)
treedef442e192d9a2eeea513ed27e244fe3a7d46491
parent1a85fee6ca96302e0e67cea8e2dcba8493e009a5 (diff)
downloadaur-12f024021c04df5d16d3436ee09134c8b181c36c.tar.gz
Add gconf to laverna dependencies
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0e2da91163a..d0707b13179a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = laverna
arch = x86_64
arch = i686
license = MPL2
+ depends = gconf
source = laverna.desktop
sha512sums = e14850537e1dece925fcae70985115aa44dfae16845069cf6901f1c4dd868d3e77cdee272849d1d61b5886052dc323d8f890d8482c89641d15db18ef3f0e0c8a
source_x86_64 = https://github.com/Laverna/laverna/releases/download/0.7.4-RC1/laverna-0.7.4-RC1-linux-x64.zip
diff --git a/PKGBUILD b/PKGBUILD
index 0b1665a48859..db00e95da5ea 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=0.7.4
pkgrel=1
pkgdesc="Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote."
arch=("x86_64" "i686")
+depends=('gconf')
url="https://laverna.cc/"
license=('MPL2')
source=("$pkgname.desktop")