mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
electrum: update to 3.2.3. (resolves #1944)
This commit is contained in:
parent
3716d55ace
commit
a7f784d810
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=3.2.2
|
version=3.2.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Electrum-${version}"
|
wrksrc="Electrum-${version}"
|
||||||
|
@ -19,8 +19,11 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://electrum.org/"
|
homepage="https://electrum.org/"
|
||||||
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
||||||
checksum=69cc3eaef8cc88e92730f3f38850a83e66ffd51d9aa26364f35fd45d1cedaabb
|
checksum=41c32a38448219882c576c608a5240db02264b408d1f8b374f00308019e15108
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
sed -i -e 's|electrum %u|electrum|' \
|
||||||
|
-e 's|testnet %u|testnet|' \
|
||||||
|
${DESTDIR}/usr/share/applications/electrum.desktop
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue