Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
starship


Commits:
d1cd24b6 by Caleb Maclennan at 2026-02-14T22:48:09+03:00
upgpkg: 1.24.2-2: Deprecate gcc-libs, identify specific sodepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = starship
        pkgdesc = The cross-shell prompt for astronauts
        pkgver = 1.24.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://starship.rs/
        arch = x86_64
        license = ISC
@@ -9,8 +9,9 @@ pkgbase = starship
        makedepends = cmake
        makedepends = git
        makedepends = rust
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libgcc_s.so
        optdepends = ttf-font-nerd: Nerd Font Symbols preset
        source = git+https://github.com/starship/starship.git#tag=v1.24.2
        sha256sums = 
2f29d62da7901ba2f411e8dfe70035dd2d2d3f72fc20014b3f18ebd240a52b7c


=====================================
PKGBUILD
=====================================
@@ -5,20 +5,16 @@
 pkgname=starship
 pkgdesc='The cross-shell prompt for astronauts'
 pkgver=1.24.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://starship.rs/
 _url="https://github.com/$pkgname/$pkgname";
 license=(ISC)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  cmake
-  git
-  rust
-)
+depends=(glibc # libc.so libm.so
+         libgcc libgcc_s.so)
+makedepends=(cmake
+             git
+             rust)
 checkdepends=(python)
 optdepends=('ttf-font-nerd: Nerd Font Symbols preset')
 source=("git+$_url.git#tag=v$pkgver")
@@ -27,7 +23,7 @@ 
sha256sums=('2f29d62da7901ba2f411e8dfe70035dd2d2d3f72fc20014b3f18ebd240a52b7c')
 prepare() {
   cargo fetch \
     --locked \
-    --target "$(rustc --print host-tuple)" \
+    --target host-tuple \
     --manifest-path starship/Cargo.toml
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/d1cd24b6a3b288072e12850382329252f5832dff

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/starship/-/commit/d1cd24b6a3b288072e12850382329252f5832dff
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to