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

Anatol Pomozov anatolik at archlinux.org
Thu Oct 15 22:08:11 UTC 2015


    Date: Friday, October 16, 2015 @ 00:08:10
  Author: anatolik
Revision: 249410

upgpkg: apache 2.4.17-2

Enable experimental http2 module

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 22:07:14 UTC (rev 249409)
+++ PKGBUILD	2015-10-15 22:08:10 UTC (rev 249410)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.17
-pkgrel=1
+pkgrel=2
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -20,11 +20,12 @@
     etc/logrotate.d/httpd
 )
 depends=('zlib' 'apr-util' 'pcre')
-makedepends=('libxml2' 'lua' 'openssl')
+makedepends=('libxml2' 'lua' 'openssl' 'nghttp2')
 optdepends=(
     'lua: for mod_lua module'
     'openssl: for mod_ssl module'
-    'libxml2: for mod_proxy_html, mod_xml2enc modules' 
+    'libxml2: for mod_proxy_html, mod_xml2enc modules'
+    'nghttp2: for mod_http2 module'
     'lynx: apachectl status'
 )
 install=apache.install



More information about the arch-commits mailing list