mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
starship: update to 1.22.1
This commit is contained in:
parent
d22abaddf1
commit
6d99132220
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'starship'
|
# Template file for 'starship'
|
||||||
pkgname=starship
|
pkgname=starship
|
||||||
version=1.21.1
|
version=1.22.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
make_check_args="-- --skip modules::username::tests::show_always_false" # test fails in CI
|
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
depends="git"
|
depends="git"
|
||||||
checkdepends="git fish-shell"
|
checkdepends="git fish-shell"
|
||||||
|
@ -14,7 +13,7 @@ license="ISC"
|
||||||
homepage="https://starship.rs"
|
homepage="https://starship.rs"
|
||||||
changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
|
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"
|
make_check_pre="env HOME=${wrksrc}/fake-home"
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue