blob: ec96e2a3f8ada3cb406804ef9a87f69efad620f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
pkgbase = electrum-git
pkgdesc = Lightweight Bitcoin wallet
pkgver = 4.5.5.r114.gef536493e
pkgrel = 1
url = https://github.com/spesmilo/electrum
install = electrum.install
arch = any
license = MIT
checkdepends = python-tox
makedepends = gettext
makedepends = git
makedepends = protobuf
makedepends = python-pycurl
makedepends = python-setuptools
depends = hicolor-icon-theme
depends = libsecp256k1
depends = python
depends = python-ecdsa
depends = python-qrcode
depends = python-protobuf
depends = python-dnspython
depends = python-qdarkstyle
depends = python-aiorpcx>=0.22
depends = python-aiorpcx<0.24
depends = python-aiohttp
depends = python-aiohttp-socks
depends = python-certifi
depends = python-bitstring
depends = python-attrs
depends = python-jsonpatch
depends = python-cryptography
depends = python-requests
depends = python-six
depends = python-pyqt5
depends = qt5-base
optdepends = desktop-file-utils: update desktop icon
optdepends = gtk-update-icon-cache: update desktop icon
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-trezor: Trezor hardware wallet support
optdepends = python-safet: Archos Safe-T hardware wallet support
optdepends = python-keepkey: KeepKey hardware wallet support
optdepends = python-btchip: Ledger hardware wallet support
optdepends = python-ckcc-protocol: Coldcard wallet hardware support
optdepends = python-bitbox02: BitBox wallet hardware support
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
optdepends = xdg-utils: update desktop icon
optdepends = python-amodem: air-gapped transaction signing over audio modem
optdepends = zbar: QR code reading support
provides = electrum
conflicts = electrum
source = git+https://github.com/spesmilo/electrum
source = git+https://github.com/spesmilo/electrum-locale
sha256sums = SKIP
sha256sums = SKIP
pkgname = electrum-git
|