diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template index 83676b2016a..e3ed2801d5d 100644 --- a/srcpkgs/monero-gui/template +++ b/srcpkgs/monero-gui/template @@ -12,7 +12,7 @@ maintainer="Helmut Pozimski " license="BSD-3-Clause" homepage="https://getmonero.org" distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.gz" -checksum=c72eca68469336608882718e5985f2fbaa7362b0209f7b37005cbf52130493f5 +checksum=1b91c4ea4d6dc0cd23435b00597420d236ab9d12434a28f99dd4a961199dcef5 pre_configure() { echo "var GUI_VERSION = \"${version}\"" > version.js @@ -25,7 +25,7 @@ pre_configure() { } pre_build() { - if [ -n "$CROSS_BUILD" ]; then + if [ "$CROSS_BUILD" ]; then # The dictgen binary is executed during the build to generate code # but is not included in the binary package. It thus needs to be # built for the host