summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-08-25 10:02:31 +0200
committer5chdn2016-08-25 10:02:31 +0200
commit5d6a010450f4f1f5a3faeeb6d0987e320a566bf8 (patch)
treec0a7348353ea4c8dbcb5a696bfd08855e7aba48c
parentf4ec45f2a0d44e06cf939b29f251bdc701a8351c (diff)
downloadaur-5d6a010450f4f1f5a3faeeb6d0987e320a566bf8.tar.gz
Release Beta 0.8.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26c693503ea0..77bc1fb21ac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 18 08:38:15 UTC 2016
+# Thu Aug 25 08:02:12 UTC 2016
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
@@ -17,7 +17,7 @@ pkgbase = mist
depends = readline
depends = gconf
depends = libnotify
- optdepends = ethereum: The cpp-ethereum commandline client.
+ optdepends = parity: The fast, light, robust Ethereum client.
provides = geth
provides = mist
provides = libnode
@@ -32,10 +32,10 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-8-1-32.zip::https://github.com/ethereum/mist/releases/download/0.8.1/Mist-linux32-0-8-1.zip
- sha256sums_i686 = ac12b1ce1252c8256da489da5314985216e517a651cd4063ed79b1c960d23724
- source_x86_64 = mist-0-8-1-64.zip::https://github.com/ethereum/mist/releases/download/0.8.1/Mist-linux64-0-8-1.zip
- sha256sums_x86_64 = 2a3cf6e5ddfc46df75f78c4dc7bb2e6248fac2ce84cb2708882895b9f2eda1b7
+ source_i686 = mist-0-8-2-32.zip::https://github.com/ethereum/mist/releases/download/0.8.2/Mist-linux32-0-8-2.zip
+ sha256sums_i686 = e281b2b4e9f261d8983642ea03929063d28349265294150a1940feb0792f5f14
+ source_x86_64 = mist-0-8-2-64.zip::https://github.com/ethereum/mist/releases/download/0.8.2/Mist-linux64-0-8-2.zip
+ sha256sums_x86_64 = 3a222dd76a3b9b8f5f768cae7e57258fc07cff138e95c9c566687b8547275fea
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 9181fb7c0085..895f84cea2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.8.1
-_strver=0-8-1
+pkgver=0.8.2
+_strver=0-8-2
pkgrel=1
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ conflicts=(
'libnode-git'
)
optdepends=(
- 'ethereum: The cpp-ethereum commandline client.'
+ 'parity: The fast, light, robust Ethereum client.'
)
url="https://github.com/ethereum/mist"
license=('GPL')
@@ -49,13 +49,13 @@ source_i686=(
"${pkgname}-${_strver}-32.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Mist-linux32-$_strver.zip"
)
sha256sums_i686=(
- "ac12b1ce1252c8256da489da5314985216e517a651cd4063ed79b1c960d23724"
+ "e281b2b4e9f261d8983642ea03929063d28349265294150a1940feb0792f5f14"
)
source_x86_64=(
"${pkgname}-${_strver}-64.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Mist-linux64-$_strver.zip"
)
sha256sums_x86_64=(
- "2a3cf6e5ddfc46df75f78c4dc7bb2e6248fac2ce84cb2708882895b9f2eda1b7"
+ "3a222dd76a3b9b8f5f768cae7e57258fc07cff138e95c9c566687b8547275fea"
)
package() {