Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / gtest
Commits: b6328c75 by Carl Smedstad at 2026-02-14T23:34:41+01:00 upgpkg: 1.17.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,15 @@ pkgbase = gtest pkgdesc = Google Test - C++ testing utility pkgver = 1.17.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/google/googletest arch = x86_64 license = BSD-3-Clause makedepends = cmake makedepends = python - depends = gcc-libs depends = glibc + depends = libgcc + depends = libstdc++ optdepends = python: gmock generator provides = gmock provides = libgmock.so ===================================== PKGBUILD ===================================== @@ -9,14 +9,15 @@ pkgname=gtest pkgver=1.17.0 -pkgrel=1 +pkgrel=2 pkgdesc='Google Test - C++ testing utility' -url='https://github.com/google/googletest' arch=('x86_64') +url='https://github.com/google/googletest' license=('BSD-3-Clause') depends=( - 'gcc-libs' 'glibc' + 'libgcc' + 'libstdc++' ) makedepends=( 'cmake' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtest/-/commit/b6328c757d59299e52f143e32a1146a9223f54ee -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtest/-/commit/b6328c757d59299e52f143e32a1146a9223f54ee You're receiving this email because of your account on gitlab.archlinux.org.
