Electron-Cash: update to 4.1.1
Signed-off-by: Chris Noxz <chris@noxz.tech>
This commit is contained in:
parent
61f9523c66
commit
1da7696fb2
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'Electron-Cash'
|
# Template file for 'Electron-Cash'
|
||||||
pkgname=Electron-Cash
|
pkgname=Electron-Cash
|
||||||
version=4.0.12
|
version=4.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
||||||
depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil
|
depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil
|
||||||
|
@ -14,9 +13,12 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://electroncash.org"
|
homepage="https://electroncash.org"
|
||||||
distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
|
distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
|
||||||
checksum=befcedee8e7d5f4a1f2a012c97d8b0f0b452728145ce9d398a1aec69b7f126c7
|
checksum=bfab25545cee3309037aa4849fe418c6f59e5e899aa1de1c73ea05957ce914ea
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
# TODO: build these binaries instead of having to remove pre-built ones
|
||||||
|
rm -f -- "${DESTDIR}/usr/lib/python${py3_ver}/site-packages/electroncash/tor/bin/tor"
|
||||||
|
|
||||||
for lib in zbar secp256k1; do
|
for lib in zbar secp256k1; do
|
||||||
rm -f -- "${DESTDIR}/usr/lib/python${py3_ver}/site-packages/electroncash/lib${lib}.so.0"
|
rm -f -- "${DESTDIR}/usr/lib/python${py3_ver}/site-packages/electroncash/lib${lib}.so.0"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue