[arch-commits] Commit in tarantool/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Aug 22 06:01:45 UTC 2019


    Date: Thursday, August 22, 2019 @ 06:01:45
  Author: anatolik
Revision: 500480

upgpkg: tarantool 2.2.1.r19-1

Modified:
  tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-22 05:55:36 UTC (rev 500479)
+++ PKGBUILD	2019-08-22 06:01:45 UTC (rev 500480)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
 
 pkgname=tarantool
-_commit=42f8dddda09fcdc3b6a2b36001b4434f576deec1
-pkgver=2.1.2.r6
+_commit=5fcca9ddde2101ec521d0b892b65a83b0ef28952
+pkgver=2.2.1.r19
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)
@@ -19,7 +19,10 @@
         git+https://github.com/tarantool/test-run.git
         git+https://github.com/tarantool/small.git
         git+https://github.com/tarantool/zstd.git
-        git+https://github.com/tarantool/luarocks.git#branch=tarantool-1.7
+        git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool
+        git+https://github.com/tarantool/decNumber.git
+        git+https://github.com/tarantool/serpent.git
+        git+https://github.com/curl/curl.git
         tarantool.sysusers)
 sha1sums=('SKIP'
           'SKIP'
@@ -30,6 +33,9 @@
           'SKIP'
           'SKIP'
           'SKIP'
+          'SKIP'
+          'SKIP'
+          'SKIP'
           '9021b3d50e45f719f0304ab529627cac69a7a149')
 
 pkgver() {
@@ -49,6 +55,9 @@
   git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
   git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
   git config -f .gitmodules 'submodule.third_party/luarocks.url' "$srcdir/luarocks"
+  git config -f .gitmodules 'submodule.third_party/decNumber.url' "$srcdir/decNumber"
+  git config -f .gitmodules 'submodule.third_party/serpent.url' "$srcdir/serpent"
+  git config -f .gitmodules 'submodule.third_party/curl.url' "$srcdir/curl"
 
   git submodule sync
   git submodule update



More information about the arch-commits mailing list