summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitcoinlizard2021-12-13 18:25:42 -0600
committerbitcoinlizard2021-12-13 18:25:42 -0600
commit4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340 (patch)
tree82be72aa1b21943038acd10217868d376e2db747
parent075d56bc4846d7eec850daa793ed618cdba1f411 (diff)
downloadaur-4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340.tar.gz
added dependency python-noiseprotocol-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aeadd52e9ce..824afc57fb9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hwilib
pkgdesc = The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets.
pkgver = 2.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bitcoin-core/HWI
arch = any
license = MIT
@@ -18,6 +18,7 @@ pkgbase = python-hwilib
depends = python-hidapi
depends = python-cryptography
depends = python-mnemonic
+ depends = python-noiseprotocol-git
source = https://github.com/bitcoin-core/HWI/archive/refs/tags/2.0.2.tar.gz
source = generate-ui.patch
sha256sums = fe240431f8395e51e078a6688b48384d6118c10f5a3bd44b1c3bb186fd9f1841
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")