Date: Friday, March 2, 2018 @ 03:29:08 Author: anatolik Revision: 301118
upgpkg: tarantool 1.9.0.r16-1 Modified: tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-02 01:38:42 UTC (rev 301117) +++ PKGBUILD 2018-03-02 03:29:08 UTC (rev 301118) @@ -2,8 +2,8 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tarantool -_commit=38418dbaf533ffbb374075a47dcd258ff457faa7 -pkgver=1.7.6.r13 +_commit=330a607af2b2cfbbf4608ec15d46082177804f58 +pkgver=1.9.0.r16 pkgrel=1 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(git cmake systemd) checkdepends=(python2-daemon python2-gevent python2-tarantool) source=(git+https://github.com/tarantool/tarantool.git#commit=$_commit - git+https://github.com/tarantool/luajit.git + git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7 git+https://github.com/tarantool/msgpuck.git git+https://github.com/rtsisyk/luafun.git git+https://github.com/tarantool/libyaml.git @@ -20,7 +20,7 @@ git+https://github.com/tarantool/zstd.git git+https://github.com/tarantool/test-run.git git+https://github.com/tarantool/small.git - git+https://github.com/tarantool/luarocks.git + git+https://github.com/tarantool/luarocks.git#branch=tarantool-1.7 tarantool.sysusers) sha1sums=('SKIP' 'SKIP' @@ -48,6 +48,7 @@ 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/luarocks.url' "$srcdir/luarocks" git submodule sync git submodule update
