summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2021-12-13 18:25:42 -0600
committerbitcoinlizard2021-12-13 18:25:42 -0600
commit4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340 (patch)
tree82be72aa1b21943038acd10217868d376e2db747 /PKGBUILD
parent075d56bc4846d7eec850daa793ed618cdba1f411 (diff)
downloadaur-4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340.tar.gz
added dependency python-noiseprotocol-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b5231d2bf1d..651b6a779787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-hwilib
pkgver=2.0.2
-pkgrel=2
+pkgrel=3
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')
+depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libusb1' 'python-base58' 'python-bitbox02' 'python-hidapi' 'python-cryptography' 'python-mnemonic' 'python-noiseprotocol-git')
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")