diff options
Diffstat (limited to 'community/mod_wsgi2/PKGBUILD')
-rw-r--r-- | community/mod_wsgi2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mod_wsgi2/PKGBUILD b/community/mod_wsgi2/PKGBUILD index 3a27e99e2..6cdf187df 100644 --- a/community/mod_wsgi2/PKGBUILD +++ b/community/mod_wsgi2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89811 2013-05-02 13:55:03Z arodseth $ +# $Id: PKGBUILD 95322 2013-08-09 11:50:53Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Ryan Coyner <rcoyner@gmail.com> pkgname=mod_wsgi2 pkgver=3.4 -pkgrel=3 +pkgrel=4 pkgdesc='Python2 WSGI adapter module for Apache' arch=('x86_64' 'i686') url='http://www.modwsgi.org/' @@ -21,7 +21,7 @@ build() { ./configure \ --prefix=/usr \ - --with-apxs=/usr/sbin/apxs \ + --with-apxs=/usr/bin/apxs \ --with-python=/usr/bin/python2 make } |