Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
flatbuffers
Commits:
de976197 by Antonio Rojas at 2025-01-22T08:54:14+01:00
upgpkg: 25.1.21-1: Update to 25.1.21
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = flatbuffers
pkgdesc = An efficient cross platform serialization library for C++,
with support for Java, C# and Go
- pkgver = 24.12.23
+ pkgver = 25.1.21
pkgrel = 1
url = https://google.github.io/flatbuffers/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = flatbuffers
makedepends = python-setuptools
makedepends = python-numpy
depends = gcc-libs
- source =
https://github.com/google/flatbuffers/archive/v24.12.23/flatbuffers-24.12.23.tar.gz
+ source =
https://github.com/google/flatbuffers/archive/v25.1.21/flatbuffers-25.1.21.tar.gz
source =
flatbuffers-numpy2.patch::https://github.com/google/flatbuffers/pull/8346.patch
- sha256sums =
7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10
+ sha256sums =
7ab210001df1cd6234d0263801eeed3b941098bc9d6b41331832dd29cea4b555
sha256sums =
2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6
pkgname = flatbuffers
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
# https://github.com/google/flatbuffers/blob/master/CHANGELOG.md
-pkgver=24.12.23
+pkgver=25.1.21
pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with
support for Java, C# and Go'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(gcc-libs)
makedepends=(cmake python-setuptools python-numpy)
source=(https://github.com/google/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz
"$pkgname-numpy2.patch::https://github.com/google/flatbuffers/pull/8346.patch")
-sha256sums=('7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10'
+sha256sums=('7ab210001df1cd6234d0263801eeed3b941098bc9d6b41331832dd29cea4b555'
'2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flatbuffers/-/commit/de976197aa7c9710c67434467dc860726ecca0f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flatbuffers/-/commit/de976197aa7c9710c67434467dc860726ecca0f2
You're receiving this email because of your account on gitlab.archlinux.org.