[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Feb 7 23:21:42 UTC 2015
Date: Sunday, February 8, 2015 @ 00:21:42
Author: arodseth
Revision: 127260
upgpkg: mod_wsgi 4.4.7-1
Modified:
mod_wsgi/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-07 23:06:33 UTC (rev 127259)
+++ PKGBUILD 2015-02-07 23:21:42 UTC (rev 127260)
@@ -5,7 +5,7 @@
pkgbase=mod_wsgi
pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.4.5
+pkgver=4.4.7
pkgrel=1
pkgdesc='Python2 WSGI adapter module for Apache'
arch=('x86_64' 'i686')
@@ -39,6 +39,7 @@
pkgdesc='Python WSGI adapter module for Apache'
depends=('apache' 'python')
conflicts=('mod_wsgi2')
+
make -C "$pkgbase" DESTDIR="$pkgdir" install
}
@@ -46,6 +47,7 @@
pkgdesc='Python2 WSGI adapter module for Apache'
depends=('apache' 'python2')
conflicts=('mod_wsgi')
+
make -C py2 DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list