Date: Sunday, July 10, 2022 @ 16:35:50 Author: anatolik Revision: 1249313
upgpkg: tarantool 2.10.0-1 Modified: tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-10 16:27:23 UTC (rev 1249312) +++ PKGBUILD 2022-07-10 16:35:50 UTC (rev 1249313) @@ -1,8 +1,8 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tarantool -pkgver=2.9.0 -pkgrel=4 +pkgver=2.10.0 +pkgrel=1 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) url='https://www.tarantool.org' @@ -14,7 +14,7 @@ git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7 git+https://github.com/tarantool/libyaml.git git+https://github.com/tarantool/msgpuck.git - git+https://github.com/rtsisyk/luafun.git + git+https://github.com/luafun/luafun.git git+https://github.com/tarantool/test-run.git git+https://github.com/tarantool/small.git git+https://github.com/tarantool/zstd.git @@ -22,6 +22,13 @@ git+https://github.com/tarantool/decNumber.git git+https://github.com/tarantool/curl.git git+https://github.com/tarantool/c-ares.git + git+https://github.com/tarantool/xxHash + git+https://github.com/tarantool/c-dt.git + git+https://github.com/tarantool/lua-zlib.git + git+https://github.com/tarantool/luazip.git + git+https://github.com/tarantool/nghttp2.git + git+https://github.com/tarantool/libunwind.git#branch=libunwind-1.6.2-tarantool + git+https://github.com/tarantool/tz.git tarantool.sysusers) sha256sums=('SKIP' 'SKIP' @@ -35,6 +42,13 @@ 'SKIP' 'SKIP' 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' '2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe') prepare() { @@ -42,22 +56,26 @@ git submodule init git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit" + git config -f .gitmodules 'submodule.third_party/libyaml.url' "$srcdir/libyaml" git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck" git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun" - git config -f .gitmodules 'submodule.third_party/libyaml.url' "$srcdir/libyaml" - git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd" git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run" git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small" + git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd" git config -f .gitmodules 'submodule.third_party/luarocks.url' "$srcdir/luarocks" git config -f .gitmodules 'submodule.third_party/decNumber.url' "$srcdir/decNumber" git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl" git config -f .gitmodules 'submodule.third_party/c-ares.url' "$srcdir/c-ares" + git config -f .gitmodules 'submodule.third_party/xxHash.url' "$srcdir/xxHash" + git config -f .gitmodules 'submodule.third_party/c-dt.url' "$srcdir/c-dt" + git config -f .gitmodules 'submodule.third_party/lua-zlib.url' "$srcdir/lua-zlib" + git config -f .gitmodules 'submodule.third_party/luazip.url' "$srcdir/luazip" + git config -f .gitmodules 'submodule.third_party/nghttp2.url' "$srcdir/nghttp2" + git config -f .gitmodules 'submodule.third_party/libunwind.url' "$srcdir/libunwind" + git config -f .gitmodules 'submodule.third_party/tz.url' "$srcdir/tz" git submodule sync git submodule update - git cherry-pick -n badf030ecb4633647a423de73e26acffd8619c1e # core: add x* memory allocation functions - git cherry-pick -n 8662fb740d5d4b246d2dc178a285eea0abb804ef # Move xmalloc to trivia/util.h - git cherry-pick -n bba7a2fadd2203ef8c837331ae0bd1dc4040b8bc # build: fix build with glibc-2.34 } build() {
