community/tarantool to 2.4.0-2

This commit is contained in:
Kevin Mihelich 2020-05-01 12:58:05 +00:00
parent 9c0996a79d
commit aa571eedde

View file

@ -7,14 +7,14 @@ buildarch=12
pkgname=tarantool
pkgver=2.4.0
pkgrel=1
pkgrel=2
pkgdesc='Lua application server integrated with a database management system'
arch=(x86_64)
url='https://www.tarantool.org'
license=(BSD)
depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
makedepends=(git cmake systemd)
checkdepends=(python2-daemon python2-gevent python2-tarantool)
checkdepends=(python2-gevent python2-tarantool)
source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver
git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
git+https://github.com/tarantool/libyaml.git
@ -84,7 +84,7 @@ build() {
check() {
cd tarantool/test
./test-run.py --suite box || true
./test-run.py --suite box
}
package() {