From 95da7dd7b3f8903f3a073a096135da03154f8328 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 30 Jun 2022 17:25:26 +0200 Subject: [PATCH] electrum: move INSTALL.msg to README.voidlinux --- srcpkgs/electrum/{INSTALL.msg => files/README.voidlinux} | 0 srcpkgs/electrum/template | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename srcpkgs/electrum/{INSTALL.msg => files/README.voidlinux} (100%) diff --git a/srcpkgs/electrum/INSTALL.msg b/srcpkgs/electrum/files/README.voidlinux similarity index 100% rename from srcpkgs/electrum/INSTALL.msg rename to srcpkgs/electrum/files/README.voidlinux diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 4060f69a307..8cc5b2d4bfc 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,7 +1,7 @@ # Template file for 'electrum' pkgname=electrum version=4.2.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx @@ -27,4 +27,5 @@ post_install() { -e 's|testnet %u|testnet|' \ ${DESTDIR}/usr/share/applications/electrum.desktop vlicense LICENCE + vdoc "${FILESDIR}/README.voidlinux" }