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

Andrea Scarpino andrea at archlinux.org
Wed Dec 2 08:49:25 UTC 2009


    Date: Wednesday, December 2, 2009 @ 03:49:24
  Author: andrea
Revision: 60209

upgpkg: mod_wsgi 3.1-1
    upstream release

Modified:
  mod_wsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-02 08:45:27 UTC (rev 60208)
+++ PKGBUILD	2009-12-02 08:49:24 UTC (rev 60209)
@@ -1,9 +1,9 @@
-# $Id:$
+# $Id: $
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Ryan Coyner <rcoyner at gmail.com>
 
 pkgname=mod_wsgi
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Python WSGI adapter module for Apache"
 arch=('i686' 'x86_64')
@@ -12,12 +12,9 @@
 depends=('apache' 'python')
 install=$pkgname.install
 source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('7e9c8cd79ebe9bc273dc520e9e87261b')
+md5sums=('f9aabdcd7a3f66a2319d10793477f9e9')
 
 build() {
-  # http://code.google.com/p/modwsgi/issues/detail?id=166
-  unset CFLAGS
-
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
     --with-apxs=/usr/sbin/apxs \




More information about the arch-commits mailing list