summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel O'Neil2018-12-30 01:18:13 -0500
committerMarcel O'Neil2018-12-30 01:18:13 -0500
commit83012b94c96f05a0d9399e41518b73e3b7130f3f (patch)
tree4aae3215c2e94e33f62c508f6902f0cb2f961e0b /PKGBUILD
parent688c25a58f338bf7eab05d4c2e27ba161134e937 (diff)
downloadaur-83012b94c96f05a0d9399e41518b73e3b7130f3f.tar.gz
3.3.4
* Anti-Phishing protection.. Server-provided text will not appear in user-facing GUI windows anymore. Server error messages are instead parsed and mapped to predefined strings. * "Import Labels" now works. * Memory usage of the app has been reduced -- especially with multiple wallets. * Upgrade prebuilt Windows and MacOS binary to use newer PyQt5 5.11.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbd2d75a8208..c1cb70ea7446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=3.3.3
+pkgver=3.3.4
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/${pkgver/.0}.tar.gz")
-sha256sums=('587eb52e2061020b77ac3fa8a79ca3bccef280d21f93b6d8522d02c24ecaaed2')
+sha256sums=('a29ae85744e40795b4a3b756893e62322078c6c0f87560e19f71442bc1d17321')
build() {
cd "Electron-Cash-${pkgver/.0}"