mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
Electron-Cash: update to 4.0.10.
This commit is contained in:
parent
95ee921fb5
commit
3831c681fd
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Electron-Cash'
|
# Template file for 'Electron-Cash'
|
||||||
pkgname=Electron-Cash
|
pkgname=Electron-Cash
|
||||||
version=4.0.9
|
version=4.0.10
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,15 +8,14 @@ pycompile_module="electroncash electroncash_gui electroncash_plugins"
|
||||||
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
||||||
depends="python3-PyQt5 python3-PyQt5-svg
|
depends="python3-PyQt5 python3-PyQt5-svg
|
||||||
python3-jsonrpclib python3-protobuf
|
python3-jsonrpclib python3-protobuf
|
||||||
python3-pyaes python3-pycryptodome python3-ecdsa
|
python3-pyaes python3-pycryptodome libbitcoin-secp256k1 libzbar
|
||||||
python3-dnspython python3-requests python3-qrcode python3-pysocks"
|
python3-dnspython python3-requests python3-qrcode python3-pysocks"
|
||||||
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://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
|
distfiles="https://electroncash.org/downloads/${version}/win-linux/Electron-Cash-${version}.tar.gz"
|
||||||
checksum=630274c6e930590aa28587e348c7ed13c7bc560b16dc98c44d5ccb2ec9331899
|
checksum=48270e12956a2f4ef4d2b0cb60611e47f136b734a3741dab176542a32ae59ee5
|
||||||
shlib_requires="libzbar.so.0 libsecp256k1.so.0"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for lib in zbar secp256k1; do
|
for lib in zbar secp256k1; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue