[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 13 07:10:40 UTC 2020
Date: Friday, March 13, 2020 @ 07:10:40
Author: arojas
Revision: 595642
Update to 1.12.0
Modified:
flatbuffers/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-13 02:57:30 UTC (rev 595641)
+++ PKGBUILD 2020-03-13 07:10:40 UTC (rev 595642)
@@ -3,8 +3,8 @@
pkgbase=flatbuffers
pkgname=(flatbuffers python-flatbuffers)
-pkgver=1.11.0
-pkgrel=4
+pkgver=1.12.0
+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=($pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/v$pkgver.tar.gz)
-sha256sums=('3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b')
+sha256sums=('62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45')
prepare() {
sed -i 's/-Werror=/-W/g;s/-Werror//g' $pkgname-$pkgver/CMakeLists.txt
@@ -22,7 +22,6 @@
cd $pkgbase-$pkgver
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \
-DFLATBUFFERS_BUILD_SHAREDLIB=ON
make
More information about the arch-commits
mailing list