[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD mod_wsgi.install)

Alexander Rødseth arodseth at archlinux.org
Fri Jan 26 14:10:01 UTC 2018


    Date: Friday, January 26, 2018 @ 14:10:00
  Author: arodseth
Revision: 287150

upgpkg: mod_wsgi 4.5.24-1

Modified:
  mod_wsgi/trunk/PKGBUILD
  mod_wsgi/trunk/mod_wsgi.install

------------------+
 PKGBUILD         |    2 +-
 mod_wsgi.install |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-26 14:02:20 UTC (rev 287149)
+++ PKGBUILD	2018-01-26 14:10:00 UTC (rev 287150)
@@ -5,7 +5,7 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.5.20
+pkgver=4.5.24
 pkgrel=1
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64')

Modified: mod_wsgi.install
===================================================================
--- mod_wsgi.install	2018-01-26 14:02:20 UTC (rev 287149)
+++ mod_wsgi.install	2018-01-26 14:10:00 UTC (rev 287150)
@@ -1,8 +1,8 @@
 post_install() {
-  /bin/cat << dog
+  cat<<meow
 ==>
 ==>
-==>  To install mod_wsgi, add the following line in 
+==>  To install mod_wsgi, add the following line in
 ==>  /etc/httpd/conf/httpd.conf file :
 ==>
 ==>  LoadModule wsgi_module modules/mod_wsgi.so
@@ -10,5 +10,5 @@
 ==>  and restart/reload Apache.
 ==>
 ==>
-dog
+meow
 }



More information about the arch-commits mailing list