summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-11-04 14:31:45 -0300
committerHugo Osvaldo Barrera2017-11-04 14:31:45 -0300
commit846c25ab29152acbbc4475a820722b1bbd28f848 (patch)
treeaa67479b71e7f6e5b420621211e7d391b9874f60
parentcbc3db2c013f8f5e9df411bfc51e3cc99d356633 (diff)
downloadaur-846c25ab29152acbbc4475a820722b1bbd28f848.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac06e3c712ef..8c244a8398da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
# Generated by mksrcinfo v8
-# Fri May 6 12:55:13 UTC 2016
+# Sat Nov 4 17:31:30 UTC 2017
pkgbase = python-wsgi-intercept
pkgdesc = Installs a WSGI application in place of a real URI for testing.
- pkgver = 0.8.1
+ pkgver = 1.5.1
pkgrel = 1
url = http://code.google.com/p/wsgi-intercept/
- arch = i686
- arch = x86_64
- arch = armv7h
+ arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-0.8.1.tar.gz
- md5sums = 791abe4c1c7200dc5e205163acc9d110
+ source = https://pypi.io/packages/source/w/wsgi_intercept/wsgi_intercept-1.5.1.tar.gz
+ md5sums = 6ce3e56a93313ae88e7e0a98b35044ba
pkgname = python-wsgi-intercept
diff --git a/PKGBUILD b/PKGBUILD
index a914fe033c35..c5f54730a6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
# Contributor: Neil Santos <nsantos16+aur@gmail.com>
pkgname=python-wsgi-intercept
-pkgver=0.8.1
+_pkgname=wsgi_intercept
+pkgver=1.5.1
pkgrel=1
pkgdesc='Installs a WSGI application in place of a real URI for testing.'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('any')
url='http://code.google.com/p/wsgi-intercept/'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-$pkgver.tar.gz")
-md5sums=('791abe4c1c7200dc5e205163acc9d110')
+source=("https://pypi.io/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+
+md5sums=('6ce3e56a93313ae88e7e0a98b35044ba')
package() {
cd "$srcdir/wsgi_intercept-$pkgver"