mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
electrum: update to 4.2.0.
This commit is contained in:
parent
973e7e6cab
commit
98de9fe364
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=4.1.5
|
version=4.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
|
||||||
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
|
||||||
|
@ -20,10 +20,10 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://electrum.org/"
|
homepage="https://electrum.org/"
|
||||||
distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz"
|
distfiles="https://github.com/spesmilo/electrum/archive/${version}.tar.gz"
|
||||||
checksum=74bf1ff3675d62f45ffe9178679b963f57ee6be0fc0d0a807e559967db714bd2
|
checksum=3a24c7ed7a2bb47888f308380b8624a3fff3cf3882fd63d904cd9c3ec543fb3b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i -e 's|electrum %u|electrum|' \
|
vsed -i -e 's|electrum %u|electrum|' \
|
||||||
-e 's|testnet %u|testnet|' \
|
-e 's|testnet %u|testnet|' \
|
||||||
${DESTDIR}/usr/share/applications/electrum.desktop
|
${DESTDIR}/usr/share/applications/electrum.desktop
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue