summaryrefslogtreecommitdiff
path: root/extra/mod_wsgi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /extra/mod_wsgi
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'extra/mod_wsgi')
-rw-r--r--extra/mod_wsgi/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/mod_wsgi/PKGBUILD b/extra/mod_wsgi/PKGBUILD
index 293fcc9d5..c7516ac0f 100644
--- a/extra/mod_wsgi/PKGBUILD
+++ b/extra/mod_wsgi/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 102102 2010-12-06 00:38:58Z ibiru $
+# $Id: PKGBUILD 150577 2012-02-18 15:19:06Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ryan Coyner <rcoyner@gmail.com>
pkgname=mod_wsgi
pkgver=3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python WSGI adapter module for Apache"
arch=('i686' 'x86_64')
url="http://www.modwsgi.org/"
license=('APACHE')
depends=('apache' 'python2')
install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"