community/tarantool to 2.3.0-1

This commit is contained in:
Kevin Mihelich 2019-11-29 06:25:23 +00:00
parent cd2d76b21e
commit a086e78d6f

View file

@ -6,9 +6,8 @@
buildarch=12
pkgname=tarantool
_commit=5fcca9ddde2101ec521d0b892b65a83b0ef28952
pkgver=2.2.1.r19
pkgrel=2
pkgver=2.3.0
pkgrel=1
pkgdesc='Lua application server integrated with a database management system'
arch=(x86_64)
url='https://www.tarantool.org'
@ -16,7 +15,7 @@ license=(BSD)
depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
makedepends=(git cmake systemd)
checkdepends=(python2-daemon python2-gevent python2-tarantool)
source=(git+https://github.com/tarantool/tarantool.git#commit=$_commit
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
git+https://github.com/tarantool/msgpuck.git
@ -43,11 +42,6 @@ sha1sums=('SKIP'
'SKIP'
'9021b3d50e45f719f0304ab529627cac69a7a149')
pkgver() {
cd tarantool
git describe | sed 's/^v//; s/-/.r/; s/-.*//'
}
prepare() {
cd tarantool