summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-06-06 22:16:45 +0200
committer5chdn2016-06-06 22:16:45 +0200
commit166d4839118bd354217cd2494b5aa8c2289bd96c (patch)
tree1c1f2be05d3d37d70b323c43dabea2f082b536a4
parentb6d15f44b8b6f11283f5f074c52098ba91ccaaaa (diff)
downloadaur-166d4839118bd354217cd2494b5aa8c2289bd96c.tar.gz
Fix deps.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4069d80bcf27..472123da9a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 31 15:25:54 UTC 2016
+# Mon Jun 6 20:16:25 UTC 2016
pkgbase = mist-git
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.3.r99.g4c24421
+ pkgver = 0.7.3.r121.g5a95a0a
pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
@@ -20,6 +20,8 @@ pkgbase = mist-git
depends = qt5-quickcontrols
depends = qt5-webengine
depends = readline
+ depends = gconf
+ depends = libnotify
optdepends = ethereum: The cpp-ethereum commandline client.
provides = geth
provides = mist
diff --git a/PKGBUILD b/PKGBUILD
index d1cb9253c847..8c87f7835b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mist-git
_pkgname=mist
-pkgver=0.7.3.r99.g4c24421
+pkgver=0.7.3.r121.g5a95a0a
pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
@@ -14,6 +14,8 @@ depends=(
'qt5-quickcontrols'
'qt5-webengine'
'readline'
+ 'gconf'
+ 'libnotify'
)
makedepends=(
'nodejs'