Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
starship
Commits:
21e84025 by Caleb Maclennan at 2024-03-29T19:08:35+03:00
upgpkg: 1.18.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 1.18.1
+ pkgver = 1.18.2
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.18.1
- sha256sums =
8a466fb1114eacb6329e9594295fc0d895d00a459e63d1419a865d814b1842b7
+ source = git+https://github.com/starship/starship.git#tag=v1.18.2
+ sha256sums =
a4a5de7156acf11679d750f7d7e371bee61c21bffd7e7d7cf8fc915baf650db6
pkgname = starship
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=starship
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=1.18.1
+pkgver=1.18.2
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=('8a466fb1114eacb6329e9594295fc0d895d00a459e63d1419a865d814b1842b7')
+sha256sums=('a4a5de7156acf11679d750f7d7e371bee61c21bffd7e7d7cf8fc915baf650db6')
prepare() {
cargo fetch \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/21e84025bd59f33ad74c5909288bc58d658ba3fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/21e84025bd59f33ad74c5909288bc58d658ba3fc
You're receiving this email because of your account on gitlab.archlinux.org.