community/tarantool to 2.2.1.r19-1

This commit is contained in:
Kevin Mihelich 2019-08-22 12:57:24 +00:00
parent cd97d1c63f
commit 9cd15e721c

View file

@ -6,8 +6,8 @@
buildarch=12
pkgname=tarantool
_commit=42f8dddda09fcdc3b6a2b36001b4434f576deec1
pkgver=2.1.2.r6
_commit=5fcca9ddde2101ec521d0b892b65a83b0ef28952
pkgver=2.2.1.r19
pkgrel=1
pkgdesc='Lua application server integrated with a database management system'
arch=(x86_64)
@ -24,7 +24,10 @@ source=(git+https://github.com/tarantool/tarantool.git#commit=$_commit
git+https://github.com/tarantool/test-run.git
git+https://github.com/tarantool/small.git
git+https://github.com/tarantool/zstd.git
git+https://github.com/tarantool/luarocks.git#branch=tarantool-1.7
git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool
git+https://github.com/tarantool/decNumber.git
git+https://github.com/tarantool/serpent.git
git+https://github.com/curl/curl.git
tarantool.sysusers)
sha1sums=('SKIP'
'SKIP'
@ -35,6 +38,9 @@ sha1sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'9021b3d50e45f719f0304ab529627cac69a7a149')
pkgver() {
@ -54,6 +60,9 @@ prepare() {
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/luarocks.url' "$srcdir/luarocks"
git config -f .gitmodules 'submodule.third_party/decNumber.url' "$srcdir/decNumber"
git config -f .gitmodules 'submodule.third_party/serpent.url' "$srcdir/serpent"
git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl"
git submodule sync
git submodule update