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

Christian Hesse eworm at archlinux.org
Tue Jun 30 16:41:29 UTC 2020


    Date: Tuesday, June 30, 2020 @ 16:41:27
  Author: eworm
Revision: 657197

upgpkg: haproxy 2.1.7-2: lua 5.4 rebuild - switch to lua53

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 16:32:30 UTC (rev 657196)
+++ PKGBUILD	2020-06-30 16:41:27 UTC (rev 657197)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,10 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+# TODO: switch to lua 5.4 when possible
+# Function lua_resume() earned a new argument, requires haproxy to be updated.
+
+depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
 makedepends=('systemd')
 
 backup=('etc/haproxy/haproxy.cfg')



More information about the arch-commits mailing list