summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2023-03-21 22:08:53 -0500
committerbitcoinlizard2023-03-21 22:08:53 -0500
commit19891e5f9ee5b913201ec1ae465856f430ce94c2 (patch)
treef4f19622a2115623830bb97bb151751a89707f47 /PKGBUILD
parentd4e3501d05e5823ca063bc6fedadc86f8cf0cae0 (diff)
downloadaur-19891e5f9ee5b913201ec1ae465856f430ce94c2.tar.gz
upgpkg: python-hwilib 2.2.1: upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e5d0d41b428..ea5c179219c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitcoinlizard <bitcoinlizard@fastmail.com>
pkgname=python-hwilib
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets."
arch=('any')
@@ -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=('cfde8f5b9e6d1399d8dfc11799cf151291be01ec9460edac911700ac9fea256a'
+sha256sums=('92e265a69de5b2a921af19d2b427fd405b5fc6e5300f432982b2fd040e78e089'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {