mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/tarantool to 2.4.0-2
This commit is contained in:
parent
9c0996a79d
commit
aa571eedde
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue