summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel O'Neil2018-04-24 17:37:58 -0400
committerMarcel O'Neil2018-04-24 17:37:58 -0400
commitea177462f7fd3efcc423347ecfa4be05269b38b1 (patch)
tree05241fb13c1492663ccd55543d373e55146e9dc0
parent33fcc72043ceaf1a5df984c7101b18b9c9120d4e (diff)
downloadaur-ea177462f7fd3efcc423347ecfa4be05269b38b1.tar.gz
3.2
Release notes: * restore disabled script opcodes (May 2018 HF) * network protocol version bump to 1.2 * ledger: cashaddr support and various fixes * more block explorers * other bugfixes and improvements PKGFILE changes: * add `python-hidapi` as on optional dependency for the Digital Bitbox hardware wallet * remove ThomasV's gpg key (only used for electrum)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f5412c8ba1..db48c210a173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 3.1.6
+ pkgver = 3.2
pkgrel = 1
url = http://www.electroncash.org/
install = electron-cash.install
@@ -28,6 +28,7 @@ pkgbase = electron-cash
optdepends = desktop-file-utils: update desktop icon
optdepends = gtk-update-icon-cache: update desktop icon
optdepends = python-btchip: Ledger hardware wallet support
+ optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes
optdepends = python-matplotlib: plot transaction history in graphical mode
optdepends = python-rpyc: send commands to Electrum Python console from an external script
@@ -35,9 +36,9 @@ pkgbase = electron-cash
optdepends = zbar: QR code reading support
provides = electron-cash
conflicts = electron-cash
- source = electron-cash-3.1.6.tar.gz::https://github.com/fyookball/electrum/archive/3.1.6.tar.gz
+ source = electron-cash-3.2.tar.gz::https://github.com/fyookball/electrum/archive/3.2.tar.gz
source = electron-cash.install
- sha256sums = 52111f7295cbda267a41582205d20f6f80e0bc5f4d87faf3768d20b2ae8e7b50
+ sha256sums = 0a50bcad327ee0914c444cdba4d1334a93dfc4fea30e04fc299c4913efe53181
sha256sums = d682766321f9981ee38aee26dc050209882d8c1c6006e3e509649b47fa1bb073
pkgname = electron-cash
diff --git a/PKGBUILD b/PKGBUILD
index 6fc8a2dc94a0..69dc1180ad7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,9 @@
# Contributor: RunningDroid <runningdroid AT zoho.com>
# Contributor: Sebastian Lindqvist <dunpin@gmail.com>
-#
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-#
-
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=3.1.6
+pkgver=3.2
pkgrel=1
url='http://www.electroncash.org/'
install="${pkgname}.install"
@@ -44,6 +39,7 @@ optdepends=(
'desktop-file-utils: update desktop icon'
'gtk-update-icon-cache: update desktop icon'
'python-btchip: Ledger hardware wallet support'
+ 'python-hidapi: Digital Bitbox hardware wallet support'
'python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes'
'python-matplotlib: plot transaction history in graphical mode'
'python-rpyc: send commands to Electrum Python console from an external script'
@@ -56,7 +52,7 @@ install="${pkgname}.install"
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/fyookball/electrum/archive/${pkgver/.0}.tar.gz"
"${pkgname}.install")
-sha256sums=('52111f7295cbda267a41582205d20f6f80e0bc5f4d87faf3768d20b2ae8e7b50'
+sha256sums=('0a50bcad327ee0914c444cdba4d1334a93dfc4fea30e04fc299c4913efe53181'
'd682766321f9981ee38aee26dc050209882d8c1c6006e3e509649b47fa1bb073')
build() {