diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 16:54:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 17:15:35 +0000 |
commit | db574a1e331aa10c2afa5ea666d40686ea05739d (patch) | |
tree | f3d3f5bcc24979da0207de73207155fb314b7182 /testing/tarantool/APKBUILD | |
parent | a2ddd5983cea27f8c3c0b68aa89b252810b96e1f (diff) | |
download | aports-db574a1e331aa10c2afa5ea666d40686ea05739d.tar.bz2 aports-db574a1e331aa10c2afa5ea666d40686ea05739d.tar.xz |
testing/tarantool: rebuild against readline 8
Diffstat (limited to 'testing/tarantool/APKBUILD')
-rw-r--r-- | testing/tarantool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index dbd6d37656..2e9d25f5b4 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -4,7 +4,7 @@ pkgname=tarantool pkgver=1.7.4.335 _series=${pkgver%.*}; _series=${_series%.*} # x.y -pkgrel=6 +pkgrel=7 pkgdesc="Lua application server integrated with a database management system" url="https://tarantool.org" # x86, aarch64: fails to build |