From 65856f3afd72942ad4bf30618944623276bae647 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 12 Apr 2023 11:34:55 -0400 Subject: [PATCH] starship: update to 1.14.1 --- srcpkgs/starship/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 2bfb37ec89b4..46536129be81 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.13.1 +version=1.14.1 revision=1 build_style=cargo build_helper=qemu @@ -13,8 +13,12 @@ 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=6cce984c7fb0067b9dc457274139f277e2ff56488811c96a7ae68102184656f9 -make_check=no # tests fail on i686 due to bug in gitoxide +checksum=cd70aece33ccb393c6030e3852c677c8e6b8292a635264a0a8d7f0222eca0087 + +post_patch() { + # fix failing test on i686 in old version of gitoxide + cargo update --package gix-hashtable:0.1.2 --precise 0.1.3 +} do_check() { mkdir -p fake-home