* update flatbuffers to 25.1.24-1

This commit is contained in:
Alexander Baldeck 2025-02-04 15:53:51 +01:00
parent abe091bd7d
commit 23e5fab52f
2 changed files with 5 additions and 5 deletions

View File

@ -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.24
pkgrel = 1
url = https://google.github.io/flatbuffers/
arch = x86_64
@ -13,9 +13,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.24/flatbuffers-25.1.24.tar.gz
source = flatbuffers-numpy2.patch::https://github.com/google/flatbuffers/pull/8346.patch
sha256sums = 7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10
sha256sums = 0b9f8d2bb1d22d553c93cd7e3ecf3eb725469980a58a98db6e21574341b4ed63
sha256sums = 2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6
pkgname = flatbuffers

View File

@ -6,7 +6,7 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
# https://github.com/google/flatbuffers/blob/master/CHANGELOG.md
pkgver=24.12.23
pkgver=25.1.24
pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with support for Java, C# and Go'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,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=('0b9f8d2bb1d22d553c93cd7e3ecf3eb725469980a58a98db6e21574341b4ed63'
'2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6')
prepare() {