Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
starship
Commits:
71d37db0 by Caleb Maclennan at 2024-10-17T21:59:01+03:00
upgpkg: 1.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 1.20.1
+ pkgver = 1.21.0
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = starship
depends = gcc-libs
depends = glibc
optdepends = ttf-font-nerd: Nerd Font Symbols preset
- source = git+https://github.com/starship/starship.git#tag=v1.20.1
- sha256sums =
173684971c23509f3984ff5fcfe5132c407f239585bf967adb8a238bc084896b
+ source = git+https://github.com/starship/starship.git#tag=v1.21.0
+ sha256sums =
eab1cb56c033216040d63c1be26fdc66c702e5f18fb4173a4dae8168eb9a0860
pkgname = starship
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=starship
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=1.20.1
+pkgver=1.21.0
pkgrel=1
arch=(x86_64)
url=https://starship.rs/
@@ -22,7 +22,7 @@ makedepends=(
checkdepends=(python)
optdepends=('ttf-font-nerd: Nerd Font Symbols preset')
source=("git+$_url.git#tag=v$pkgver")
-sha256sums=('173684971c23509f3984ff5fcfe5132c407f239585bf967adb8a238bc084896b')
+sha256sums=('eab1cb56c033216040d63c1be26fdc66c702e5f18fb4173a4dae8168eb9a0860')
prepare() {
cargo fetch \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/71d37db07a4f94ecfd994f5f61c3a6833266af16
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/71d37db07a4f94ecfd994f5f61c3a6833266af16
You're receiving this email because of your account on gitlab.archlinux.org.