summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e9413e70ff6..9e63c17f2816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 4.2.1.r0.g90e5984b6
+ pkgver = 4.2.1.r217.g32f88ae41
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
@@ -41,6 +41,8 @@ pkgbase = electrum-git
optdepends = python-btchip: Ledger hardware wallet support
optdepends = python-ckcc-protocol: Coldcard wallet hardware support
optdepends = python-bitbox02: BitBox wallet hardware support
+ optdepends = python-cbor: Blockstream Jade hardware wallet communication
+ optdepends = python-pyserial: Blockstream Jade hardware wallet serial port extension
optdepends = python-matplotlib: plot transaction history in graphical mode
optdepends = python-rpyc: send commands to Electrum Python console from an external script
optdepends = xdg-utils: update desktop icon
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'