monero-gui: update to 0.15.0.5.

This commit is contained in:
Helmut Pozimski 2020-04-30 23:10:03 +02:00
parent 9c202ac839
commit 2d1a9de6db

View file

@ -1,6 +1,6 @@
# Template file for 'monero-gui'
pkgname=monero-gui
version=0.15.0.4
version=0.15.0.5
revision=1
build_style=qmake
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
@ -13,8 +13,15 @@ short_desc="GUI for the core Monero implementation"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="BSD-3-Clause"
homepage="https://getmonero.org"
distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz"
checksum=0c77a2b149e1ee403b97e616f16da2e12c837ace82d654460845b0c7032b0978
distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz
https://github.com/monero-project/monero/archive/v${version}.tar.gz>monero-${version}.tar.gz"
checksum="00c4281307e6c50ee31dff627e8e28badb3a487bfb0ab11e9702b7e75c1ad238
45deb2e8da87dc9ba1be5095d76c09c526dbe7d33cb010663daafb3fe4c19e33"
skip_extraction="monero-${version}.tar.gz"
post_extract() {
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/monero-${version}.tar.gz --strip-components 1 -C monero
}
pre_configure() {
echo "var GUI_VERSION = \"${version}\"" > version.js