summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2024-04-25 20:34:12 +1000
committerLuis Aranguren2024-04-25 20:34:12 +1000
commitf6919b5e032de4a3e2e5bc1e296850a0177bdcb4 (patch)
tree64a7296c0c0aefe5def7b8edca300140110a1702
parent4c7e44b4288f5e741b7fe024376cd8fc948ad544 (diff)
downloadaur-electrum-git.tar.gz
updated pkgver 4.5.4.r66.g2a4c5d94f, python-cbor -> python-cbor2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aadfe6a3c3f..392c4abcd8b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
- pkgver = 4.5.4.r13.g88843f244
+ pkgver = 4.5.4.r66.g2a4c5d94f
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
@@ -42,7 +42,7 @@ 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-cbor2: 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
diff --git a/PKGBUILD b/PKGBUILD
index 7c80f726c258..5d1a1f9a4354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Marcel O'Neil <marcel@marceloneil.com>
pkgname=electrum-git
-pkgver=4.5.4.r13.g88843f244
+pkgver=4.5.4.r66.g2a4c5d94f
pkgrel=1
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
@@ -48,7 +48,7 @@ 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-cbor2: 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'