summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-07-31 17:45:22 +0200
committerXiretza2022-07-31 17:45:22 +0200
commitd3ff647c619a9b608ea1eadf423d33f4ddee7892 (patch)
tree51a4620a9888dcf3f4a43b93df260187824248f3
parentfe039ad8291d9726947f24ac0c89a0104ea69eb0 (diff)
downloadaur-flatbuffers-git.tar.gz
Fix epoch, CMAKE_BUILD_TYPE
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a401b494ea8..ff2563de03a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = flatbuffers-git
pkgdesc = An efficient cross platform serialization library for C++, with support for Java, C# and Go
- pkgver = 2.0.6.r118.g987aa5b5
+ pkgver = 2.0.6.r130.g6e279164
pkgrel = 1
+ epoch = 1
url = https://google.github.io/flatbuffers/
arch = x86_64
license = Apache
@@ -13,12 +14,12 @@ pkgbase = flatbuffers-git
sha256sums = SKIP
pkgname = flatbuffers-git
- provides = flatbuffers=2.0.6.r118.g987aa5b5
+ provides = flatbuffers=2.0.6.r130.g6e279164
conflicts = flatbuffers
pkgname = python-flatbuffers-git
pkgdesc = An efficient cross platform serialization library for Python
arch = any
depends = python
- provides = python-flatbuffers=2.0.6.r118.g987aa5b5
+ provides = python-flatbuffers=2.0.6.r130.g6e279164
conflicts = python-flatbuffers
diff --git a/PKGBUILD b/PKGBUILD
index 1270e226a57a..54ab27c15fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
pkgbase=flatbuffers-git
_gitbase=flatbuffers
pkgname=(flatbuffers-git python-flatbuffers-git)
-pkgver=2.0.6.r118.g987aa5b5
+epoch=1
+pkgver=2.0.6.r130.g6e279164
pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with support for Java, C# and Go'
arch=(x86_64)
@@ -27,9 +28,8 @@ prepare() {
build() {
cd $_gitbase
cmake . \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \
-DFLATBUFFERS_BUILD_SHAREDLIB=ON
make