[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 22 07:07:22 UTC 2022


    Date: Tuesday, February 22, 2022 @ 07:07:21
  Author: arojas
Revision: 1135730

Update to 2.0.6

Modified:
  flatbuffers/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 07:05:59 UTC (rev 1135729)
+++ PKGBUILD	2022-02-22 07:07:21 UTC (rev 1135730)
@@ -3,8 +3,8 @@
 
 pkgbase=flatbuffers
 pkgname=(flatbuffers python-flatbuffers)
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.6
+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/'
@@ -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=('b01e97c988c429e164c5c7df9e87c80007ca87f593c0d73733ba536ddcbc8f98')
+sha256sums=('e2dc24985a85b278dd06313481a9ca051d048f9474e0f199e372fea3ea4248c9')
 
 prepare() {
   sed -i 's/-Werror=/-W/g;s/-Werror//g' $pkgname-$pkgver/CMakeLists.txt



More information about the arch-commits mailing list