mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/Electrum: Updated for version 3.3.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a7ecdbba09
commit
2a77753cb3
2 changed files with 8 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for Electrum
|
||||
|
||||
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019 nomnombtc <nomnombtc@arcor.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Electrum
|
||||
VERSION=${VERSION:-3.2.3}
|
||||
VERSION=${VERSION:-3.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +70,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
pyrcc5 icons.qrc -o electrum/gui/qt/icons_rc.py
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Electrum"
|
||||
VERSION="3.2.3"
|
||||
VERSION="3.3.4"
|
||||
HOMEPAGE="https://electrum.org/"
|
||||
DOWNLOAD="https://download.electrum.org/3.2.3/Electrum-3.2.3.tar.gz"
|
||||
MD5SUM="9d2cf79ae3faced50703835370b9b214"
|
||||
DOWNLOAD="https://download.electrum.org/3.3.4/Electrum-3.3.4.tar.gz"
|
||||
MD5SUM="2ad7484cf83606af1ba47162bc56df88"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyQt5 SlowAES ecdsa python-qrcode pyasn1-modules python-tlslite python-pbkdf2 protobuf3 python-jsonrpclib dnspython python-requests pyaes PySocks python3-dateutil secp256k1"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
REQUIRES="python3-PyQt5 ecdsa python-qrcode protobuf3 python-jsonrpclib dnspython pyaes secp256k1 python-certifi python3-six python3-aiohttp python3-aiohttp-socks python3-aiorpcX python-chardet"
|
||||
MAINTAINER="nomnombtc"
|
||||
EMAIL="nomnombtc@arcor.de"
|
||||
|
|
Loading…
Reference in a new issue