Electron-Cash: update to 4.2.10.

This commit is contained in:
Nikolay Belikov 2022-06-13 20:35:41 +03:00 committed by Duncan Overbruck
parent 543b923982
commit 507406f5d7

View file

@ -1,19 +1,21 @@
# Template file for 'Electron-Cash' # Template file for 'Electron-Cash'
pkgname=Electron-Cash pkgname=Electron-Cash
version=4.2.3 version=4.2.10
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil
python3-jsonrpclib python3-protobuf python3-jsonrpclib python3-protobuf
python3-dnspython python3-requests python3-pysocks python3-stem python3-dnspython python3-requests python3-pysocks python3-stem
python3-ecdsa python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar" python3-ecdsa python3-pyaes python3-pycryptodomex libbitcoin-secp256k1 libzbar
python3-cryptography>=2.6 python3-pathvalidate python3-psutil"
short_desc="Lightweight Bitcoin Cash client" short_desc="Lightweight Bitcoin Cash client"
maintainer="Cameron Nemo <cnemo@tutanota.com>" maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="MIT" license="MIT"
homepage="https://electroncash.org" homepage="https://electroncash.org"
distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz" distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
checksum=4c2ea0884ec19a73368eea2081bd763db25cd5760feb23039a4bb61512c4e802 checksum=2c77258c0e8ccdc42d16cd9bdbc26b47f94b92d9ba8a86d63c25a17ec832b324
make_check=no # Depends on unpackaged SimpleWebSocketServer
post_install() { post_install() {
# TODO: build these binaries instead of having to remove pre-built ones # TODO: build these binaries instead of having to remove pre-built ones