Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
abseil-cpp
Commits:
b2628530 by Christian Heusel at 2025-09-22T21:26:40+02:00
upgpkg: 20250814.1-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = abseil-cpp
pkgdesc = Collection of C++ library code designed to augment the C++
standard library
- pkgver = 20250814.0
+ pkgver = 20250814.1
pkgrel = 1
url = https://abseil.io
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = abseil-cpp
depends = gcc-libs
depends = glibc
depends = gtest
- source =
https://github.com/abseil/abseil-cpp/archive/20250814.0/abseil-cpp-20250814.0.tar.gz
+ source =
https://github.com/abseil/abseil-cpp/archive/20250814.1/abseil-cpp-20250814.1.tar.gz
source = scoped-mock-log.patch
- sha256sums =
9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db
+ sha256sums =
1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1
sha256sums =
a6cbc612a2b96fcbd52d081e03e8581107ceb4827edb19d96510a31c568e1396
pkgname = abseil-cpp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=abseil-cpp
-pkgver=20250814.0
+pkgver=20250814.1
pkgrel=1
pkgdesc="Collection of C++ library code designed to augment the C++ standard
library"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'glibc' 'gtest')
makedepends=('cmake')
source=("https://github.com/abseil/abseil-cpp/archive/$pkgver/$pkgname-$pkgver.tar.gz"
scoped-mock-log.patch)
-sha256sums=('9b2b72d4e8367c0b843fa2bcfa2b08debbe3cee34f7aaa27de55a6cbb3e843db'
+sha256sums=('1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1'
'a6cbc612a2b96fcbd52d081e03e8581107ceb4827edb19d96510a31c568e1396')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abseil-cpp/-/commit/b26285309eac94ded8ae4da69b94646ada1461ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/abseil-cpp/-/commit/b26285309eac94ded8ae4da69b94646ada1461ac
You're receiving this email because of your account on gitlab.archlinux.org.