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

Eric Bélanger eric at archlinux.org
Sun Oct 14 04:15:48 UTC 2012


    Date: Sunday, October 14, 2012 @ 00:15:48
  Author: eric
Revision: 168686

upgpkg: mod_wsgi 3.4-1

Upstream update

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 03:44:54 UTC (rev 168685)
+++ PKGBUILD	2012-10-14 04:15:48 UTC (rev 168686)
@@ -3,8 +3,8 @@
 # Contributor: Ryan Coyner <rcoyner at gmail.com>
 
 pkgname=mod_wsgi
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc="Python WSGI adapter module for Apache"
 arch=('i686' 'x86_64')
 url="http://www.modwsgi.org/"
@@ -12,7 +12,7 @@
 depends=('apache' 'python2')
 install=mod_wsgi.install
 source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
+md5sums=('f42d69190ea0c337ef259cbe8d94d985')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list