* update flatbuffers to 24.3.25-2

This commit is contained in:
Alexander Baldeck 2024-05-13 07:12:33 +02:00
parent f274849e54
commit 8c901f040b

View File

@ -6,8 +6,8 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
# https://github.com/google/flatbuffers/blob/master/CHANGELOG.md
pkgver=24.3.7
pkgrel=1
pkgver=24.3.25
pkgrel=2
pkgdesc='An efficient cross platform serialization library for C++, with support for Java, C# and Go'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://google.github.io/flatbuffers/'
@ -15,7 +15,7 @@ license=(Apache)
depends=(gcc-libs)
makedepends=(cmake python-setuptools python-numpy)
source=(https://github.com/google/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz)
sha256sums=('bfff9d2150fcff88f844e8c608b02b2a0e94c92aea39b04c0624783464304784')
sha256sums=('4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed')
prepare() {
sed -i 's/-Werror=/-W/g;s/-Werror//g' $pkgname-$pkgver/CMakeLists.txt