summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-04-04 19:45:11 +0200
committer5chdn2016-04-04 19:45:11 +0200
commit80027c782f4f0dc1e2293205c786ccbfa3402efe (patch)
treefdfe20908cebac6626a8c361c1106d756b8d4179
parent5ab10bc6a39c4f3091cc6264accf148295a81e6a (diff)
downloadaur-80027c782f4f0dc1e2293205c786ccbfa3402efe.tar.gz
Bump version to 0.6.0 beta 11
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327d8b92aed9..0403da791185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 07:43:13 UTC 2016
+# Mon Apr 4 17:44:37 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.5.2
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -15,8 +15,6 @@ pkgbase = mist
depends = qt5-quickcontrols
depends = qt5-webengine
depends = readline
- depends = meteor-js
- depends = electron
optdepends = ethereum: The cpp-ethereum commandline client.
provides = geth
provides = mist
@@ -28,12 +26,12 @@ pkgbase = mist
conflicts = mist-git
conflicts = libnode
conflicts = libnode-git
- source = mist-0-5-2-32.zip::https://github.com/ethereum/mist/releases/download/0.5.2/Ethereum-Wallet-linux32-0-5-2.zip
- source = mist-0-5-2-64.zip::https://github.com/ethereum/mist/releases/download/0.5.2/Ethereum-Wallet-linux64-0-5-2.zip
+ source = mist-0-6-0-32.zip::https://github.com/ethereum/mist/releases/download/0.6.0/Ethereum-Wallet-linux32-0-6-0.zip
+ source = mist-0-6-0-64.zip::https://github.com/ethereum/mist/releases/download/0.6.0/Ethereum-Wallet-linux64-0-6-0.zip
source = mist.desktop
source = icon.png
- sha256sums = b5d23930b4be88ef0d7c5dc05f8e4391da2e28f6825cd5cfd5c4ed4ce4fd3201
- sha256sums = 949b82caecc091f3888f24a8e318b0b1fce14563fee5330a9653c6fbb74018a2
+ sha256sums = a875c055eae0375c045e2901c3e5574c14cac8be8440d56b36f5e64fed8131fa
+ sha256sums = 52b2293fac80f4bd5af4efbdd3af9f1c979840bf3deab87df713de0f1c843985
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index 4c43ea457eb9..e22a2332e58a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.5.2
-_pkgver=0-5-2
-pkgrel=3
+pkgver=0.6.0
+_pkgver=0-6-0
+pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
depends=(
@@ -15,8 +15,6 @@ depends=(
'qt5-quickcontrols'
'qt5-webengine'
'readline'
- 'meteor-js'
- 'electron'
)
provides=(
'geth'
@@ -44,8 +42,8 @@ source=(
"icon.png"
)
sha256sums=(
- "b5d23930b4be88ef0d7c5dc05f8e4391da2e28f6825cd5cfd5c4ed4ce4fd3201"
- "949b82caecc091f3888f24a8e318b0b1fce14563fee5330a9653c6fbb74018a2"
+ "a875c055eae0375c045e2901c3e5574c14cac8be8440d56b36f5e64fed8131fa"
+ "52b2293fac80f4bd5af4efbdd3af9f1c979840bf3deab87df713de0f1c843985"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)