Date: Wednesday, October 14, 2020 @ 19:04:52 Author: jelle Revision: 398350
Add perl optional dependency https://www.archlinux.org/todo/perl-transient-openssl-dependencies/ Modified: apache/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-14 19:03:28 UTC (rev 398349) +++ PKGBUILD 2020-10-14 19:04:52 UTC (rev 398350) @@ -4,7 +4,7 @@ pkgname=apache pkgver=2.4.46 -pkgrel=2 +pkgrel=3 pkgdesc='A high performance Unix-based HTTP server' arch=('x86_64') url='https://www.apache.org/dist/httpd' @@ -31,6 +31,7 @@ 'brotli: for mod_brotli module' 'uwsgi: for mod_proxy_uwsgi module' 'lynx: apachectl status' + 'perl: for apxs and dbmmanage' ) source=( https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
