Electron-Cash: update to 4.0.12.
This commit is contained in:
parent
ce96c7b794
commit
f555c2d2c6
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'Electron-Cash'
|
||||
pkgname=Electron-Cash
|
||||
version=4.0.10
|
||||
revision=2
|
||||
version=4.0.12
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="electroncash electroncash_gui electroncash_plugins"
|
||||
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
||||
depends="python3-PyQt5 python3-PyQt5-svg
|
||||
depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil
|
||||
python3-jsonrpclib python3-protobuf
|
||||
python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar
|
||||
python3-dnspython python3-requests python3-qrcode python3-pysocks"
|
||||
python3-dnspython python3-requests python3-pysocks python3-stem
|
||||
python3-ecdsa python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar"
|
||||
short_desc="Lightweight Bitcoin Cash client"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="MIT"
|
||||
homepage="https://electroncash.org"
|
||||
distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
|
||||
checksum=48270e12956a2f4ef4d2b0cb60611e47f136b734a3741dab176542a32ae59ee5
|
||||
distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
|
||||
checksum=befcedee8e7d5f4a1f2a012c97d8b0f0b452728145ce9d398a1aec69b7f126c7
|
||||
|
||||
post_install() {
|
||||
for lib in zbar secp256k1; do
|
||||
|
|
Loading…
Reference in New Issue