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

Alexander Rødseth arodseth at archlinux.org
Wed Sep 10 07:56:36 UTC 2014


    Date: Wednesday, September 10, 2014 @ 09:56:36
  Author: arodseth
Revision: 118744

upgpkg: mod_wsgi 4.2.8-1

Modified:
  mod_wsgi/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-10 07:47:01 UTC (rev 118743)
+++ PKGBUILD	2014-09-10 07:56:36 UTC (rev 118744)
@@ -5,22 +5,22 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=3.5
+pkgver=4.2.8
 pkgrel=1
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
 license=('APACHE')
-makedepends=('apache' 'python' 'python2')
+makedepends=('apache' 'python' 'python2' 'git')
 install='mod_wsgi.install'
-source=("https://github.com/GrahamDumpleton/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93')
+source=("git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver")
+md5sums=('SKIP')
 
 build() {
-  cp -r "$pkgbase-$pkgver" py2
+  cp -r "$pkgbase" py2
 
   # Build the Python 3 version
-  cd "$pkgbase-$pkgver"
+  cd "$pkgbase"
   ./configure --prefix=/usr \
     --with-apxs=/usr/bin/apxs \
     --with-python=/usr/bin/python
@@ -39,7 +39,7 @@
   pkgdesc='Python WSGI adapter module for Apache'
   depends=('apache' 'python')
   conflicts=('mod_wsgi2')
-  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgbase" DESTDIR="$pkgdir" install
 }
 
 package_mod_wsgi2() {




More information about the arch-commits mailing list