Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / rustup
Commits: c2419da1 by Felix Pehla at 2026-02-26T17:19:15+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -8,8 +8,8 @@ pkgbase = rustup license = MIT license = Apache-2.0 makedepends = cargo - depends = gcc-libs depends = glibc + depends = libgcc depends = xz depends = zstd optdepends = lldb: rust-lldb script ===================================== PKGBUILD ===================================== @@ -10,8 +10,8 @@ arch=('x86_64') url="https://github.com/rust-lang/rustup.rs" license=('MIT' 'Apache-2.0') depends=( - 'gcc-libs' 'glibc' + 'libgcc' 'xz' 'zstd' ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustup/-/commit/c2419da19071033e0293f3f92f9dee4eae19dc9b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustup/-/commit/c2419da19071033e0293f3f92f9dee4eae19dc9b You're receiving this email because of your account on gitlab.archlinux.org.
