Date: Tuesday, May 19, 2020 @ 19:00:29 Author: anatolik Revision: 630061
upgpkg: tarantool 2.5.0-1 Modified: tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 19:00:05 UTC (rev 630060) +++ PKGBUILD 2020-05-19 19:00:29 UTC (rev 630061) @@ -1,8 +1,8 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tarantool -pkgver=2.4.0 -pkgrel=2 +pkgver=2.5.0 +pkgrel=1 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) url='https://www.tarantool.org' @@ -22,6 +22,7 @@ git+https://github.com/tarantool/decNumber.git git+https://github.com/tarantool/serpent.git git+https://github.com/tarantool/curl.git + git+https://github.com/tarantool/c-ares.git tarantool.sysusers) sha256sums=('SKIP' 'SKIP' @@ -35,6 +36,7 @@ 'SKIP' 'SKIP' 'SKIP' + 'SKIP' '2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe') prepare() { @@ -52,6 +54,7 @@ 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 config -f .gitmodules 'submodule.third_party/c-ares.url' "$srcdir/c-ares" git submodule sync git submodule update
