Skip to content

[abseil-cpp] 20250512.0-1: new upstream version #4194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: abseil-cpp
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yao Zi <[email protected]>

pkgname=abseil-cpp
pkgver=20250127.1
pkgver=20250512.0
pkgrel=1
pkgdesc='Abseil Common Libraries (C++).'
url='https://abseil.io'
Expand All @@ -10,7 +10,7 @@ license=(Apache-2.0)
depends=(musl googletest)
makedepends=(cmake linux-headers)
source=("https://github.com/abseil/abseil-cpp/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811')
sha256sums=('7262daa7c1711406248c10f41026d685e88223bc92817d16fb93c19adb57f669')

build () {
cmake abseil-cpp-$pkgver -B build \
Expand Down