summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1a31329d98..fafe1db5a693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 6 03:50:51 UTC 2016
pkgbase = python2-wsgi-intercept
pkgdesc = Installs a WSGI application in place of a real URI for testing
pkgver = 0.8.1
@@ -5,6 +7,7 @@ pkgbase = python2-wsgi-intercept
url = http://code.google.com/p/wsgi-intercept/
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
depends = python2
source = http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-0.8.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4fde08d298d0..9af36f31783f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python2-wsgi-intercept
pkgver=0.8.1
pkgrel=1
pkgdesc='Installs a WSGI application in place of a real URI for testing'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://code.google.com/p/wsgi-intercept/'
license=('MIT')
depends=('python2')