Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
protobuf
Commits:
f4321176 by Christian Heusel at 2024-09-09T10:36:41+02:00
upgpkg: 28.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = protobuf
pkgdesc = Protocol Buffers - Google's data interchange format
- pkgver = 27.3
- pkgrel = 2
+ pkgver = 28.0
+ pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-numpy
makedepends = bazel
@@ -21,10 +21,11 @@ pkgbase = protobuf
depends = glibc
depends = zlib
depends = abseil-cpp
- source =
https://github.com/protocolbuffers/protobuf/archive/v27.3/protobuf-27.3.tar.gz
+ options = !lto
+ source =
https://github.com/protocolbuffers/protobuf/archive/v28.0/protobuf-28.0.tar.gz
source =
https://github.com/protocolbuffers/protobuf/commit/2e62ef1e.patch
source = protobuf-25.3-ruby-disable-LTO.patch
- sha512sums =
a3a555f17a069dd4aa0d683d3126915077fe4211ae6532a4947fb76a9eeb1ed7d25d29ada8dc372435a08aad1aa14374d88e92ac7c195510f57609efaf9d341d
+ sha512sums =
8745f625ac781f3bbefe9494cbf570143d38aecc1521edef7a52ffb403b8be24df2c71f4f2410b5a5b78a0f3e8a38a7d19be2cf916b1b9125349d2da18262cd1
sha512sums =
f42d9bd702abe2c7fc4dcb07d050376287ac60b0b7e2fde0d7a9e9df24a620866bee5fd7de2e3b216095376de47e1fe7443cca74c9a9e85c1a0bc42e8973a280
sha512sums =
1ebdea4e533ee0f71baf1b3fe2623ca723b36a08c6b97475ea5996b10aeb6873cf94d9120596ddd1216bd2f6feb991f8c33078e8104008a5078ace5be5431efd
@@ -36,7 +37,7 @@ pkgname = protobuf
pkgname = python-protobuf
pkgdesc = Python 3 bindings for Google Protocol Buffers
- depends = protobuf=27.3
+ depends = protobuf=28.0
depends = python
pkgname = ruby-google-protobuf
=====================================
PKGBUILD
=====================================
@@ -9,12 +9,12 @@
pkgbase='protobuf'
pkgname=('protobuf' 'python-protobuf' 'ruby-google-protobuf')
-pkgver=27.3
-pkgrel=2
+pkgver=28.0
+pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('x86_64')
url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
+license=('BSD-3-Clause')
depends=(
'gcc-libs'
'glibc'
@@ -40,10 +40,12 @@ checkdepends=(
source=(https://github.com/protocolbuffers/protobuf/archive/v$pkgver/$pkgname-$pkgver.tar.gz
https://github.com/protocolbuffers/protobuf/commit/2e62ef1e.patch
$pkgbase-25.3-ruby-disable-LTO.patch) #
https://github.com/protocolbuffers/protobuf/issues/11935
-sha512sums=('a3a555f17a069dd4aa0d683d3126915077fe4211ae6532a4947fb76a9eeb1ed7d25d29ada8dc372435a08aad1aa14374d88e92ac7c195510f57609efaf9d341d'
+sha512sums=('8745f625ac781f3bbefe9494cbf570143d38aecc1521edef7a52ffb403b8be24df2c71f4f2410b5a5b78a0f3e8a38a7d19be2cf916b1b9125349d2da18262cd1'
'f42d9bd702abe2c7fc4dcb07d050376287ac60b0b7e2fde0d7a9e9df24a620866bee5fd7de2e3b216095376de47e1fe7443cca74c9a9e85c1a0bc42e8973a280'
'1ebdea4e533ee0f71baf1b3fe2623ca723b36a08c6b97475ea5996b10aeb6873cf94d9120596ddd1216bd2f6feb991f8c33078e8104008a5078ace5be5431efd')
+options=(!lto)
+
_gemname=google-protobuf
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protobuf/-/commit/f4321176bcc49bfb3ca3ed63cc7ebe6499940902
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protobuf/-/commit/f4321176bcc49bfb3ca3ed63cc7ebe6499940902
You're receiving this email because of your account on gitlab.archlinux.org.