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

Anatol Pomozov anatolik at archlinux.org
Mon Apr 2 19:17:04 UTC 2018


    Date: Monday, April 2, 2018 @ 19:17:03
  Author: anatolik
Revision: 320856

upgpkg: apache 2.4.33-3

FS#58005: fix mod_proxy_uwsgi conflicts/replaces statement

Modified:
  apache/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 19:10:29 UTC (rev 320855)
+++ PKGBUILD	2018-04-02 19:17:03 UTC (rev 320856)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.33
-pkgrel=2
+pkgrel=3
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -20,6 +20,8 @@
     etc/logrotate.d/httpd
 )
 provides=('mod_proxy_uwsgi')
+conflicts=('mod_proxy_uwsgi')
+replaces=('mod_proxy_uwsgi')
 depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
 makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
 optdepends=(
@@ -28,6 +30,7 @@
     'curl: for mod_md module'
     'jansson: for mod_md module'
     'brotli: for mod_brotli module'
+    'uwsgi: for mod_proxy_uwsgi module'
     'lynx: apachectl status'
 )
 source=(



More information about the arch-commits mailing list