From ae23b065d641f1a297583a729fd3ad952bdf1a97 Mon Sep 17 00:00:00 2001 From: Nikolay Belikov Date: Sun, 30 Oct 2022 17:42:32 +0300 Subject: [PATCH] electrum: update to 4.3.2. --- srcpkgs/electrum/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index dcabed75542345..d68ac6c75bc665 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,26 +1,25 @@ # Template file for 'electrum' pkgname=electrum -version=4.2.0 -revision=3 +version=4.3.2 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-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-qrcode python3-socks python3-cryptography libbitcoin-secp256k1 - python3-certifi" + python3-bitstring python3-dnspython python3-protobuf python3-PyQt5 + python3-qrcode python3-cryptography libbitcoin-secp256k1 python3-certifi + libzbar" # Optional dependencies: # btchip - BTChip hardware wallet support # trezor - TREZOR hardware wallet support # keepkey - KeepKey hardware wallet support # qdarkstyle - Dark theme -checkdepends="$depends python3-pytest" +checkdepends="${depends} python3-pytest python3-pyaes python3-pycryptodomex" short_desc="Lightweight Bitcoin wallet" maintainer="Charles E. Lehner " license="MIT" homepage="https://electrum.org/" distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz" -checksum=3a24c7ed7a2bb47888f308380b8624a3fff3cf3882fd63d904cd9c3ec543fb3b +checksum=af126f44ccbfbb302695087a70431d7c764b4d487863e8272f0aa88fccf1bacf post_install() { vsed -i -e 's|electrum %u|electrum|' \