haproxy: rebuild for lua53

This commit is contained in:
q66 2020-06-30 23:15:15 +02:00
parent d280821b82
commit 64acf6e59e

View file

@ -1,10 +1,10 @@
# Template file for 'haproxy' # Template file for 'haproxy'
pkgname=haproxy pkgname=haproxy
version=2.1.7 version=2.1.7
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
makedepends="libatomic-devel libressl-devel lua-devel pcre-devel" makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
checkdepends="varnish" checkdepends="varnish"
short_desc="Reliable, high performance TCP/HTTP load balancer" short_desc="Reliable, high performance TCP/HTTP load balancer"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"