electrum: update to 3.1.3.
This commit is contained in:
parent
4f5ed0cd42
commit
ec84f2a1a4
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.1.1
|
version=3.1.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -8,20 +8,20 @@ wrksrc="Electrum-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum"
|
||||||
hostmakedepends="python3-pip"
|
hostmakedepends="python3-pip"
|
||||||
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode
|
depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib
|
||||||
python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5
|
python3-pbkdf2 python3-protobuf python3-pyaes python3-pysocks python3-qrcode
|
||||||
python3-jsonrpclib python3-requests"
|
python3-requests"
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# python-zbar - QR Code scanning
|
# python-zbar - QR Code scanning
|
||||||
# python-btchip - BTChip hardware wallet support
|
# python-btchip - BTChip hardware wallet support
|
||||||
# python-trezor - TREZOR hardware wallet support
|
# python-trezor - TREZOR hardware wallet support
|
||||||
# python-keepkey - KeepKey hardware wallet support
|
# python-keepkey - KeepKey hardware wallet support
|
||||||
short_desc="Lightweight Bitcoin client"
|
short_desc="Lightweight Bitcoin wallet"
|
||||||
maintainer="Charles E. Lehner <cel@celehner.com>"
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
homepage="https://electrum.org/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
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=3195679f898bd763c6db32f46bbdf59fa5a211fd3013507f5c7aab25d9b94337
|
checksum=3e5aedb52184f2237eb81194539f27b148045e266e46aca0e42ae53f9a47a216
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE LICENSE
|
vlicense LICENCE LICENSE
|
||||||
|
|
Loading…
Reference in a new issue