starship: update to 1.22.1

This commit is contained in:
tranzystorekk 2025-03-15 10:52:08 +01:00
parent d22abaddf1
commit 6d99132220

View file

@ -1,10 +1,9 @@
# Template file for 'starship'
pkgname=starship
version=1.21.1
version=1.22.1
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"
@ -14,7 +13,7 @@ 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=f543dfa3229441ca2a55b8a625ce4bad5756a896378b019f4d0f0e00cf34dcc8
checksum=5434a3d1ca16987a1dd30146c36aaa4371dbe1c7f1a7995c0cf12ab3eb9326d7
make_check_pre="env HOME=${wrksrc}/fake-home"
pre_check() {