summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2022-04-26 21:49:02 -0500
committerbitcoinlizard2022-04-26 21:49:02 -0500
commit7614bb703cd53ad3566d3bb87e26e9b6f291c951 (patch)
treed3dccfdf851b1b25fe7fc91e8da76cc4ab8eab1a /PKGBUILD
parent4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340 (diff)
downloadaur-7614bb703cd53ad3566d3bb87e26e9b6f291c951.tar.gz
package updated to version 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 651b6a779787..8be145079558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitcoinlizard <bitcoinlizard@fastmail.com>
pkgname=python-hwilib
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=3
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=('fe240431f8395e51e078a6688b48384d6118c10f5a3bd44b1c3bb186fd9f1841'
+sha256sums=('4f0c9a1019a3a7a5da30483a0cbfe53226e3248b8d8e9f2b38162bb6bfb2d39c'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {