From ad02f51acac77415cad5eb4df795ba4cc433768f Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 21 Mar 2024 13:46:26 -0400 Subject: [PATCH] starship: update to 1.18.0 --- srcpkgs/starship/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 2aed64198bdbeb..d921238b49a48c 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,9 +1,10 @@ # Template file for 'starship' pkgname=starship -version=1.17.1 +version=1.18.0 revision=1 build_style=cargo build_helper=qemu +make_check_args="-- --skip modules::username::tests::show_always_false" # test fails in CI hostmakedepends="cmake pkg-config" depends="git" checkdepends="git fish-shell" @@ -13,11 +14,11 @@ license="ISC" homepage="https://starship.rs" changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba +checksum=e387ead17edeccb603b15dc2bd9b61c6541e795e0f4a9d9015015743228c2368 +make_check_pre="env HOME=${wrksrc}/fake-home" -do_check() { +pre_check() { mkdir -p fake-home - HOME="${wrksrc}/fake-home" cargo test --release --target ${RUST_TARGET} } post_install() {