summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitcoinlizard2023-04-01 17:40:56 -0500
committerbitcoinlizard2023-04-01 17:40:56 -0500
commit3528c12cb81ddb7345ecc8e1d722aab026a6d1ee (patch)
treed35a716b23de3db720da949642c81612aa22deeb /PKGBUILD
parent19891e5f9ee5b913201ec1ae465856f430ce94c2 (diff)
downloadaur-3528c12cb81ddb7345ecc8e1d722aab026a6d1ee.tar.gz
fix dependency issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea5c179219c1..461668d05920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: bitcoinlizard <bitcoinlizard@fastmail.com>
+# Maintainer: bitcoinlizard <bitcoinlizard at fastmail dot com>
pkgname=python-hwilib
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
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')
+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')
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")