summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-01-18 10:40:02 +0100
committer5chdn2016-01-18 10:40:02 +0100
commit8b55be84fb122e0dcc25e12e950605eafcf66ab8 (patch)
tree7f51b77f3afd99b8f36cc6d02b8711f691604c6b
parente96757f178fc96ded3519e05175a60ef44737d15 (diff)
downloadaur-8b55be84fb122e0dcc25e12e950605eafcf66ab8.tar.gz
Update to 0.3.8 (beta5).
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67870df3f7d7..fa6ba3f8f131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 28 13:41:51 UTC 2015
+# Mon Jan 18 09:39:32 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser and Geth cli).
- pkgver = 0.3.7
- pkgrel = 2
+ pkgver = 0.3.8
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = x86_64
groups = ethereum
@@ -20,12 +20,13 @@ pkgbase = mist
provides = geth
conflicts = mist-git
conflicts = libnode
+ conflicts = libnode-git
conflicts = geth
conflicts = geth-git
conflicts = go-ethereum
conflicts = go-ethereum-git
- source = mist.zip::https://github.com/ethereum/mist/releases/download/0.3.7/Ethereum-Wallet-linux64-0-3-7.zip
- sha256sums = 00d088bb5d28784217a6dcd2d51567755e8fcf4601f76aa6ce18c831fd1b3d77
+ source = mist-0-3-8.zip::https://github.com/ethereum/mist/releases/download/v0.3.8/Ethereum-Wallet-linux64-0-3-8.zip
+ sha256sums = 6a96a2e18e21ce8b1995b508e05d7a59a701a5aa75a82624c4286a7f8ec9eee5
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index d1b49ec6b1db..99356e576f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.3.7
-_pkgver=0-3-7
-pkgrel=2
+pkgver=0.3.8
+_pkgver=0-3-8
+pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser and Geth cli)."
arch=('x86_64')
depends=('gmp'
@@ -19,6 +19,7 @@ provides=('mist'
'geth')
conflicts=('mist-git'
'libnode'
+ 'libnode-git'
'geth'
'geth-git'
'go-ethereum'
@@ -26,11 +27,11 @@ conflicts=('mist-git'
groups=('ethereum')
url="https://github.com/ethereum/$pkgname"
license=('GPL')
-source=("${pkgname}.zip::https://github.com/ethereum/$pkgname/releases/download/$pkgver/Ethereum-Wallet-linux64-$_pkgver.zip")
-sha256sums=("00d088bb5d28784217a6dcd2d51567755e8fcf4601f76aa6ce18c831fd1b3d77")
+source=("${pkgname}-${_pkgver}.zip::https://github.com/ethereum/$pkgname/releases/download/v${pkgver}/Ethereum-Wallet-linux64-$_pkgver.zip")
+sha256sums=("6a96a2e18e21ce8b1995b508e05d7a59a701a5aa75a82624c4286a7f8ec9eee5")
package() {
- rm "${srcdir}/${pkgname}.zip"
+ rm "${srcdir}/${pkgname}-${_pkgver}.zip"
msg2 'Installing Mist...'
install -d "${pkgdir}/usr/share/${pkgname}"