Date: Sunday, September 4, 2022 @ 19:56:46 Author: eworm Revision: 1292891
this is community... Modified: haproxy/repos/community-testing-x86_64/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-04 19:55:27 UTC (rev 1292890) +++ PKGBUILD 2022-09-04 19:56:46 UTC (rev 1292891) @@ -3,7 +3,7 @@ pkgname=haproxy pkgver=2.6.5 -pkgrel=1 +pkgrel=2 pkgdesc='Reliable, high performance TCP/HTTP load balancer' url='https://www.haproxy.org/' @@ -10,7 +10,7 @@ arch=('x86_64') license=('GPL') -depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs') +depends=('openssl' 'pcre2' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs') makedepends=('systemd') options=('debug') @@ -47,7 +47,7 @@ USE_GETADDRINFO=1 \ USE_LUA=1 \ USE_OPENSSL=1 \ - USE_PCRE=1 USE_PCRE_JIT=1 \ + USE_PCRE2=1 USE_PCRE2_JIT=1 \ USE_PROMEX=1 \ USE_SYSTEMD=1 \ USE_ZLIB=1
