summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAles Katona2017-09-14 10:06:28 -0600
committerAles Katona2017-09-14 10:06:28 -0600
commitfa7e683ac217a05971a04da4d285fc18848f94c0 (patch)
treefb45ccf0c14bdffacbf12bb2196361f2b38912b9 /PKGBUILD
parent830df2a104a846fbd22866f258622e81ad3d66eb (diff)
downloadaur-fa7e683ac217a05971a04da4d285fc18848f94c0.tar.gz
* upgrade to 2.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddfda338762c..74187b78048d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ales Katona <almindor@gmail.com>
pkgname=etherwall
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
pkgdesc="Ethereum GUI Wallet (QT5)"
arch=(i686 x86_64)
@@ -8,7 +8,7 @@ url="http://etherwall.com"
license=('GPL3')
depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
source=("https://github.com/almindor/${pkgname}/archive/v${pkgver}.tar.gz" 'https://github.com/trezor/trezor-common/archive/4ac8e8c.tar.gz')
-sha256sums=('88a8bbb557deea72391de9a168155118618a496b5de3f9bd224f93c4d5eb9cac' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
+sha256sums=('b2ca33482e7301beebbab5cdd03a829612998346698a9295d30fd6c5412713f3' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
build() {
cd "etherwall-$pkgver"