Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / framework-system
Commits: a1826768 by Felix Pehla at 2026-02-26T14:31:23+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -7,8 +7,8 @@ pkgbase = framework-system license = BSD-3-Clause makedepends = cargo makedepends = git - depends = gcc-libs depends = glibc + depends = libgcc options = !lto source = framework-system::git+https://github.com/FrameworkComputer/framework-system.git#tag=v0.5.0 sha256sums = 85d6dad07a5e9474d647eae9805f9b25510b689e890751f7f33dd9123b7dc593 ===================================== PKGBUILD ===================================== @@ -8,8 +8,8 @@ url='https://github.com/FrameworkComputer/framework-system' arch=(x86_64) license=(BSD-3-Clause) depends=( - gcc-libs glibc + libgcc ) makedepends=( cargo View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/a18267684e2eeb177ef514bfd771562df5726ab1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/framework-system/-/commit/a18267684e2eeb177ef514bfd771562df5726ab1 You're receiving this email because of your account on gitlab.archlinux.org.
