Comment
The change is a straightforward dependency metadata update in .SRCINFO, replacing gcc-libs with libgcc and libstdc++. This does not introduce code execution, network access, privilege escalation, or packaging behavior changes. It only affects declared runtime dependencies and is consistent with a normal rebuild/metadata refresh for current Arch packaging. No security concern is evident from this diff alone.
@@ -41,7 +41,8 @@ pkgbase = mesa-git
depends = vulkan-icd-loader
depends = zstd
depends = expat
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = libxfixes
depends = libx11
depends = systemd-libs