electrum: update to 3.0.4.
This commit is contained in:
parent
a1819ffcb6
commit
2cf82339b2
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=2.9.3
|
version=3.0.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython
|
depends="python3-dnspython python3-pyaes python3-ecdsa python3-qrcode python3-pbkdf2 python3-protobuf python3-pysocks python3-PyQt5"
|
||||||
python-jsonrpclib python-PyQt4 python-pyaes python-pysocks"
|
|
||||||
# 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
|
||||||
|
@ -20,7 +19,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
homepage="https://electrum.org/"
|
homepage="https://electrum.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
||||||
checksum=c2192d4df6490fdc6e6f9f85b05db0e3915683a016a43ed444ebbc51ccfa0e34
|
checksum=526675ddde26908c3b0d46e024a4df2e780b6edb4c36a793d64ca5c8fcea7b0f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE LICENSE
|
vlicense LICENCE LICENSE
|
||||||
|
|
Loading…
Reference in New Issue