summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-05-31 09:15:34 +1000
committerLuis Aranguren2022-05-31 09:15:34 +1000
commit78255b31b525a6a075a2c04573b1bff99e553d60 (patch)
tree74771a011c4524137f0800d71c472d160e2bd729 /PKGBUILD
parent3feae2b1f2a38a71149e95a967dcc004ef0c54f1 (diff)
downloadaur-78255b31b525a6a075a2c04573b1bff99e553d60.tar.gz
updated pkgver 4.2.1.r217.g32f88ae41, added optdepends python-cbor & python-serial for Blockstream Jade hardware wallet
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 211f0419aeb3..9b6189a43b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Marcel O'Neil <marcel@marceloneil.com>
pkgname=electrum-git
-pkgver=4.2.1.r0.g90e5984b6
+pkgver=4.2.1.r217.g32f88ae41
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -47,6 +47,8 @@ optdepends=('desktop-file-utils: update desktop icon'
'python-btchip: Ledger hardware wallet support'
'python-ckcc-protocol: Coldcard wallet hardware support'
'python-bitbox02: BitBox wallet hardware support'
+ 'python-cbor: Blockstream Jade hardware wallet communication'
+ 'python-pyserial: Blockstream Jade hardware wallet serial port extension'
'python-matplotlib: plot transaction history in graphical mode'
'python-rpyc: send commands to Electrum Python console from an external script'
'xdg-utils: update desktop icon'