Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / tarantool
Commits: 6f2f878e by Antonio Rojas at 2023-12-12T23:43:21+01:00 upgpkg: 2.11.1-2: ICU 74 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,66 @@ +pkgbase = tarantool + pkgdesc = Lua application server integrated with a database management system + pkgver = 2.11.1 + pkgrel = 2 + url = https://www.tarantool.org + arch = x86_64 + license = BSD + checkdepends = python-gevent + checkdepends = python-tarantool + checkdepends = python-yaml + makedepends = git + makedepends = cmake + makedepends = systemd + depends = readline + depends = ncurses + depends = zlib + depends = libyaml + depends = openssl + depends = libunwind + depends = icu + source = git+https://github.com/tarantool/tarantool.git#tag=2.11.1 + source = git+https://github.com/tarantool/luajit.git#branch=tarantool/archive/1.7 + source = git+https://github.com/tarantool/libyaml.git + source = git+https://github.com/tarantool/msgpuck.git + source = git+https://github.com/luafun/luafun.git + source = git+https://github.com/tarantool/test-run.git + source = git+https://github.com/tarantool/small.git + source = git+https://github.com/tarantool/zstd.git + source = git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.3-tarantool + source = git+https://github.com/tarantool/decNumber.git + source = git+https://github.com/tarantool/curl.git + source = git+https://github.com/tarantool/c-ares.git + source = git+https://github.com/tarantool/xxHash + source = git+https://github.com/tarantool/c-dt.git + source = git+https://github.com/tarantool/lua-zlib.git + source = git+https://github.com/tarantool/luazip.git + source = git+https://github.com/tarantool/nghttp2.git + source = git+https://github.com/tarantool/libunwind.git#branch=libunwind-1.6.2-tarantool + source = git+https://github.com/tarantool/tz.git + source = git+https://github.com/tarantool/checks.git + source = tarantool.sysusers + source = tarantool.service.override + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = 2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe + sha256sums = 93a8dd3a172a676d6850f624b19d832bac03b2658ae17d37638118b25c72a190 + +pkgname = tarantool ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tarantool -pkgver=2.11.0 -pkgrel=1 +pkgver=2.11.1 +pkgrel=2 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) url='https://www.tarantool.org' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tarantool/-/commit/6f2f878e9b10ef0e42c2418ecb30c3745578e877 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tarantool/-/commit/6f2f878e9b10ef0e42c2418ecb30c3745578e877 You're receiving this email because of your account on gitlab.archlinux.org.
