* update starship to 1.22.1-1

This commit is contained in:
Alexander Baldeck 2025-02-12 09:50:02 +01:00
parent 29af170bf9
commit e610d5299c
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
pkgver = 1.21.1
pkgver = 1.22.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@ -16,8 +16,7 @@ pkgbase = starship
depends = gcc-libs
depends = glibc
optdepends = ttf-font-nerd: Nerd Font Symbols preset
options = !debug
source = git+https://github.com/starship/starship.git#tag=v1.21.1
sha256sums = f2b95209c356c039a197ef034cc4c15365e82548b620a8f124d9f3a0826fdce7
source = git+https://github.com/starship/starship.git#tag=v1.22.1
sha256sums = 7d1e78496b88b92df11f6459c401725ee3a2a76f646c03e8ba1f5dfdad9f9341
pkgname = starship

View File

@ -5,7 +5,7 @@
pkgname=starship
pkgdesc='The cross-shell prompt for astronauts'
pkgver=1.21.1
pkgver=1.22.1
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url=https://starship.rs/
@ -21,10 +21,10 @@ makedepends=(
rust
)
checkdepends=(python)
options=(!debug)
optdepends=('ttf-font-nerd: Nerd Font Symbols preset')
options=(!debug)
source=("git+$_url.git#tag=v$pkgver")
sha256sums=('f2b95209c356c039a197ef034cc4c15365e82548b620a8f124d9f3a0826fdce7')
sha256sums=('7d1e78496b88b92df11f6459c401725ee3a2a76f646c03e8ba1f5dfdad9f9341')
prepare() {
cargo fetch \