Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
flatbuffers
Commits:
1282a815 by Antonio Rojas at 2024-12-24T10:49:38+01:00
upgpkg: 24.12.23-1: Update to 24.12.23
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = flatbuffers
pkgdesc = An efficient cross platform serialization library for C++,
with support for Java, C# and Go
- pkgver = 24.3.25
- pkgrel = 3
+ pkgver = 24.12.23
+ pkgrel = 1
url = https://google.github.io/flatbuffers/
arch = x86_64
license = Apache
@@ -9,9 +9,9 @@ pkgbase = flatbuffers
makedepends = python-setuptools
makedepends = python-numpy
depends = gcc-libs
- source =
https://github.com/google/flatbuffers/archive/v24.3.25/flatbuffers-24.3.25.tar.gz
+ source =
https://github.com/google/flatbuffers/archive/v24.12.23/flatbuffers-24.12.23.tar.gz
source =
flatbuffers-numpy2.patch::https://github.com/google/flatbuffers/pull/8346.patch
- sha256sums =
4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed
+ sha256sums =
7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10
sha256sums =
2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6
pkgname = flatbuffers
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
# https://github.com/google/flatbuffers/blob/master/CHANGELOG.md
-pkgver=24.3.25
-pkgrel=3
+pkgver=24.12.23
+pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with
support for Java, C# and Go'
arch=(x86_64)
url='https://google.github.io/flatbuffers/'
@@ -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=('4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed'
+sha256sums=('7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10'
'2a33fba91f2b131384af1fd57bb0efe6e706121f681cda9392414f9b2b80f6c6')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flatbuffers/-/commit/1282a8153cd012934a3e08ef34cbcf9b1fed1d29
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flatbuffers/-/commit/1282a8153cd012934a3e08ef34cbcf9b1fed1d29
You're receiving this email because of your account on gitlab.archlinux.org.