summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAles Katona2017-09-04 10:18:38 -0600
committerAles Katona2017-09-04 10:18:38 -0600
commitcc5161e47016e32a2de4218a4cfc2664ead8e34e (patch)
treedbed12e76f4db110aea8c0dfc7767018c6e46961
parentd02730a4de812c09f9b6fbe5254ac64f7f4d6cf8 (diff)
downloadaur-cc5161e47016e32a2de4218a4cfc2664ead8e34e.tar.gz
* upgrade to 2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4d8314df26..2c7b635e57f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etherwall
pkgdesc = Ethereum GUI Wallet (QT5)
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = http://etherwall.com
arch = i686
@@ -14,9 +14,9 @@ pkgbase = etherwall
depends = protobuf
depends = hidapi
depends = libsystemd
- source = https://github.com/almindor/etherwall/archive/v2.0.3.tar.gz
+ source = https://github.com/almindor/etherwall/archive/v2.0.4.tar.gz
source = https://github.com/trezor/trezor-common/archive/4ac8e8c.tar.gz
- sha256sums = e5b8edce6382e7e0a764e7bb2c1453d64262ca37c38002363ae0e693b6eb277c
+ sha256sums = ced9d36615a219fae60dcd488d04157e721f957d46698e1267428abf5d9be508
sha256sums = 95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459
pkgname = etherwall
diff --git a/PKGBUILD b/PKGBUILD
index 7deb99931cec..28c26448ebf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ales Katona <almindor@gmail.com>
pkgname=etherwall
-pkgver=2.0.3
+pkgver=2.0.4
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=('e5b8edce6382e7e0a764e7bb2c1453d64262ca37c38002363ae0e693b6eb277c' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
+sha256sums=('ced9d36615a219fae60dcd488d04157e721f957d46698e1267428abf5d9be508' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
build() {
cd "etherwall-$pkgver"