summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2017-08-31 10:46:15 +0200
committer5chdn2017-08-31 10:46:15 +0200
commit82cc9693d6c817408dcfe917521ea7d63d3a9b21 (patch)
treeb3521208875044cd607a15151ebe8447ffd613a8
parentde5d5fdad32f39ee13df7d6e3e18e8579ab63854 (diff)
downloadaur-82cc9693d6c817408dcfe917521ea7d63d3a9b21.tar.gz
Deps.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ae2c9f5e47a..543eb3731af1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 25 09:21:21 UTC 2017
+# Thu Aug 31 08:45:57 UTC 2017
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -12,6 +12,8 @@ pkgbase = mist
depends = readline
depends = gconf
depends = libnotify
+ depends = gtk2
+ depends = libxss
optdepends = geth: The go-ethereum commandline client (geth cli).
optdepends = parity: The fast, light, robust Ethereum client.
provides = mist
diff --git a/PKGBUILD b/PKGBUILD
index a3ececd0be3f..00778529eb6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Afri 5chdn <aur@cach.co>
+# Maintainer: Afri 5chdn <aur@5chdn.co>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
pkgver=0.9.0
_strver=0-9-0
-pkgrel=1
+pkgrel=2
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
depends=(
@@ -12,6 +12,8 @@ depends=(
'readline'
'gconf'
'libnotify'
+ 'gtk2'
+ 'libxss'
)
provides=(
'mist'