summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b493b9d3eee1..263a23d980f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 20 14:38:19 UTC 2016
+# Tue May 31 15:23:08 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
pkgver = 0.7.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = mist
depends = qt5-quickcontrols
depends = qt5-webengine
depends = readline
+ depends = gconf
optdepends = ethereum: The cpp-ethereum commandline client.
provides = geth
provides = mist
diff --git a/PKGBUILD b/PKGBUILD
index d53ba54061f0..81294474db20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mist
pkgver=0.7.4
_pkgver=0-7-4
-pkgrel=2
+pkgrel=3
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
depends=(
@@ -15,6 +15,7 @@ depends=(
'qt5-quickcontrols'
'qt5-webengine'
'readline'
+ 'gconf'
)
provides=(
'geth'