Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ccache
Commits: 49d9f07a by Carl Smedstad at 2026-02-14T23:27:40+01:00 upgpkg: 4.12.3-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ccache pkgdesc = Compiler cache that speeds up recompilation by caching previous compilations pkgver = 4.12.3 - pkgrel = 1 + pkgrel = 2 url = https://ccache.dev/ arch = x86_64 license = GPL-3.0-or-later @@ -11,10 +11,11 @@ pkgbase = ccache makedepends = perl makedepends = tl-expected depends = fmt - depends = gcc-libs depends = glibc depends = hiredis depends = libblake3 + depends = libgcc + depends = libstdc++ depends = libxxhash.so depends = libzstd.so depends = xxhash ===================================== PKGBUILD ===================================== @@ -5,17 +5,18 @@ pkgname=ccache pkgver=4.12.3 -pkgrel=1 +pkgrel=2 pkgdesc='Compiler cache that speeds up recompilation by caching previous compilations' url='https://ccache.dev/' arch=('x86_64') license=('GPL-3.0-or-later') depends=( 'fmt' - 'gcc-libs' 'glibc' 'hiredis' 'libblake3' + 'libgcc' + 'libstdc++' 'libxxhash.so' 'libzstd.so' 'xxhash' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/49d9f07a63891853bc27cef0c827af60826ecbbf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/49d9f07a63891853bc27cef0c827af60826ecbbf You're receiving this email because of your account on gitlab.archlinux.org.
