From c15fbd94d9fcae273ef4b7898d2058d671078dde Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Sun, 10 Nov 2024 16:30:27 +0100 Subject: [PATCH] electrum: update to 4.5.8. --- srcpkgs/electrum/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index f269ad008f8..58c07e3b452 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,14 +1,15 @@ # Template file for 'electrum' pkgname=electrum -version=4.4.6 -revision=2 +version=4.5.8 +revision=1 build_style=python3-module -hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" +hostmakedepends="python3-setuptools python3-pyqt6-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx - python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib - python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5 + python3-dnspython python3-ecdsa python3-jsonrpclib python3-Pillow + python3-protobuf python3-pyaes python3-pycryptodomex python3-pyqt6 python3-qrcode python3-socks python3-cryptography libsecp256k1 - python3-certifi libzbar" + python3-async-timeout python3-certifi python3-jsonpatch libzbar + python3-pyqt6-declarative python3-pyqt6-gui python3-pyqt6-network" # Optional dependencies: # btchip - BTChip hardware wallet support # trezor - TREZOR hardware wallet support @@ -21,7 +22,7 @@ license="MIT" homepage="https://electrum.org/" changelog="https://raw.githubusercontent.com/spesmilo/electrum/master/RELEASE-NOTES" distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz" -checksum=8bec8bfcee5c27a47b3c4753dd39692b60face0fc90ef1bcfb8d4c464900c6ab +checksum=84221054e6452ea11d4b80cb4bf6e0c539c57dbff3c414c1a44e5442dc9e1caf post_install() { vsed -i -e 's|electrum %u|electrum|' \