From 84212fdbf97966343495be4888344c74bfec58ed Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 15 Jun 2018 18:03:31 +0200 Subject: [PATCH] electrum: fix template --- srcpkgs/electrum/INSTALL.msg | 3 +-- srcpkgs/electrum/template | 16 +++++++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/electrum/INSTALL.msg b/srcpkgs/electrum/INSTALL.msg index b87bdad4972..9ba377487da 100644 --- a/srcpkgs/electrum/INSTALL.msg +++ b/srcpkgs/electrum/INSTALL.msg @@ -1,4 +1,3 @@ Some optional packages must be installed for additional functionality: - - python-matplotlib: plot transaction history in graphical mode - +- python3-matplotlib: plot transaction history in graphical mode diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 0f244a40c24..d15a5ab53cd 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,21 +1,19 @@ # Template file for 'electrum' pkgname=electrum version=3.1.3 -revision=1 +revision=2 noarch=yes -nocross=yes wrksrc="Electrum-${version}" build_style=python3-module -pycompile_module="electrum" -hostmakedepends="python3-pip" +pycompile_module="electrum electrum_gui electrum_plugins" +hostmakedepends="python3-setuptools" depends="python3-PyQt5 python3-dnspython python3-ecdsa python3-jsonrpclib python3-pbkdf2 python3-protobuf python3-pyaes python3-pysocks python3-qrcode python3-requests" # Missing optional dependencies: -# python-zbar - QR Code scanning -# python-btchip - BTChip hardware wallet support -# python-trezor - TREZOR hardware wallet support -# python-keepkey - KeepKey hardware wallet support +# btchip - BTChip hardware wallet support +# trezor - TREZOR hardware wallet support +# keepkey - KeepKey hardware wallet support short_desc="Lightweight Bitcoin wallet" maintainer="Charles E. Lehner " license="MIT" @@ -24,5 +22,5 @@ distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz" checksum=3e5aedb52184f2237eb81194539f27b148045e266e46aca0e42ae53f9a47a216 post_install() { - vlicense LICENCE LICENSE + vlicense LICENCE }