mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
electrum: update to 3.2.0, add missing dep. (#554)
This commit is contained in:
parent
d2845307b5
commit
05f39acdfd
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.1.3
|
version=3.2.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="electrum electrum_gui electrum_plugins"
|
pycompile_module="electrum electrum_gui electrum_plugins"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
||||||
python3-pbkdf2 python3-protobuf python3-pyaes python3-pysocks python3-qrcode
|
python3-pbkdf2 python3-protobuf python3-pyaes python3-pycryptodome python3-pysocks
|
||||||
python3-requests"
|
python3-qrcode python3-requests"
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# btchip - BTChip hardware wallet support
|
# btchip - BTChip hardware wallet support
|
||||||
# trezor - TREZOR hardware wallet support
|
# trezor - TREZOR hardware wallet support
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://electrum.org/"
|
homepage="https://electrum.org/"
|
||||||
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
||||||
checksum=3e5aedb52184f2237eb81194539f27b148045e266e46aca0e42ae53f9a47a216
|
checksum=244a889c397abdb4d4259ff83bfff389ddef341313f2ba265128c78adfb2a9f9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue