summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2024-02-07 19:32:11 -0600
committerbitcoinlizard2024-02-07 19:32:11 -0600
commiteb714ad483142bdaf395102008595905e33c0909 (patch)
tree09065042a9ffadb5c1115142794db249e427aa11 /PKGBUILD
parentca9891afeb55e49e5364b1c2b9c8741c8bcbc053 (diff)
downloadaur-eb714ad483142bdaf395102008595905e33c0909.tar.gz
upgpkg: python-hwilib 2.4.0: upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56ea3a636299..71b662a90b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: bitcoinlizard <bitcoinlizard at fastmail dot com>
pkgname=python-hwilib
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets."
arch=('any')
url="https://github.com/bitcoin-core/HWI"
license=('MIT')
makedepends=('python-setuptools' 'qt5-base')
-depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libusb1' 'python-base58' 'python-bitbox02' 'python-hidapi' 'python-cryptography' 'python-mnemonic' 'python-noiseprotocol-git' 'python-ecdsa' 'python-pyaes' 'python-cbor' 'python-protobuf')
+depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libusb1' 'python-base58' 'python-hidapi' 'python-cryptography' 'python-mnemonic' 'python-noiseprotocol-git' 'python-ecdsa' 'python-pyaes' 'python-cbor2' 'python-protobuf')
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")
-sha256sums=('8c7c38c09b4ea378f8f336da8fc8aaa3a06120d6b692d7c7f99db2b4bcde84d6'
+sha256sums=('b2c05dd3a6da767d363c50ee51035420d7b5393721e1881f1bd7731bbd6b2c3e'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {