[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 10 19:45:31 UTC 2021
Date: Monday, May 10, 2021 @ 19:45:30
Author: arojas
Revision: 929604
Update to 2.0.0
Modified:
flatbuffers/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 19:44:29 UTC (rev 929603)
+++ PKGBUILD 2021-05-10 19:45:30 UTC (rev 929604)
@@ -3,7 +3,7 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
-pkgver=1.12.1
+pkgver=2.0.0
pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with support for Java, C# and Go'
arch=(x86_64)
@@ -12,7 +12,7 @@
depends=(gcc-libs)
makedepends=(cmake python-setuptools)
source=(https://github.com/google/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('90e6a65ff5b8e9fc225af3a9d7bf4d2e120cfe40c27dfd5527f67c0d4eb5b954')
+sha256sums=('9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4')
prepare() {
sed -i 's/-Werror=/-W/g;s/-Werror//g' $pkgname-$pkgver/CMakeLists.txt
More information about the arch-commits
mailing list