summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-01-20 12:48:13 +0100
committer5chdn2016-01-20 12:48:13 +0100
commit10f34708219214c04f6aba611922346a90280315 (patch)
tree15cdda8667901b4361c6343eb9bd6ba3ec9aad68
parent1eb080a16e0306a1d8f3929fcb801391ed4dc8bb (diff)
downloadaur-10f34708219214c04f6aba611922346a90280315.tar.gz
Fix geth dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb1b1b1dba5..e3395f332f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 11:37:55 UTC 2016
+# Wed Jan 20 11:47:15 UTC 2016
pkgbase = mist-git
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
pkgver = 0.3.7.r0.g3e8b9dc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ethereum/mist
arch = x86_64
license = GPL
@@ -20,7 +20,7 @@ pkgbase = mist-git
depends = readline
depends = meteor-js
depends = electron
- depends = geth
+ depends = geth-git
provides = mist
provides = libnode
conflicts = mist
diff --git a/PKGBUILD b/PKGBUILD
index c7e08f3852f0..9a8d8a88ddca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=mist-git
_pkgname=mist
pkgver=0.3.7.r0.g3e8b9dc
_pkgver=0-3-7
-pkgrel=1
+pkgrel=2
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('x86_64')
depends=('gmp'
@@ -16,7 +16,7 @@ depends=('gmp'
'readline'
'meteor-js'
'electron'
- 'geth')
+ 'geth-git')
makedepends=('nodejs'
'npm'
'meteor-build-client'