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

Anatol Pomozov anatolik at archlinux.org
Thu Aug 6 21:13:08 UTC 2020


    Date: Thursday, August 6, 2020 @ 21:13:08
  Author: anatolik
Revision: 671259

upgpkg: tarantool 2.6.0-1

Use bundled yaml https://github.com/tarantool/tarantool/issues/5221

Modified:
  tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 20:47:04 UTC (rev 671258)
+++ PKGBUILD	2020-08-06 21:13:08 UTC (rev 671259)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
 
 pkgname=tarantool
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)
@@ -58,7 +58,6 @@
 
   git submodule sync
   git submodule update
-  #sed -i -e 's/coros/lock/g' test-run/lib/connpool.py
 }
 
 build() {
@@ -72,7 +71,6 @@
     -DCMAKE_INSTALL_LIBDIR=/usr/lib \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON \
-    -DENABLE_BUNDLED_LIBYAML:BOOL=OFF \
     -DENABLE_BACKTRACE:BOOL=ON \
     -DWITH_SYSTEMD:BOOL=ON \
     -DENABLE_DIST:BOOL=ON \



More information about the arch-commits mailing list