summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2023-09-09 13:54:26 -0500
committerbitcoinlizard2023-09-09 13:54:26 -0500
commitca9891afeb55e49e5364b1c2b9c8741c8bcbc053 (patch)
tree6671ba15e09a3ba7d2f2fded7322e78942be1979 /PKGBUILD
parent3528c12cb81ddb7345ecc8e1d722aab026a6d1ee (diff)
downloadaur-ca9891afeb55e49e5364b1c2b9c8741c8bcbc053.tar.gz
upgpkg: python-hwilib 2.3.1: upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 461668d05920..56ea3a636299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bitcoinlizard <bitcoinlizard at fastmail dot com>
pkgname=python-hwilib
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.1
+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"
@@ -12,7 +12,7 @@ depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libu
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")
-sha256sums=('92e265a69de5b2a921af19d2b427fd405b5fc6e5300f432982b2fd040e78e089'
+sha256sums=('8c7c38c09b4ea378f8f336da8fc8aaa3a06120d6b692d7c7f99db2b4bcde84d6'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {