summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Lau2017-01-14 20:27:19 +0100
committerSebastian Lau2017-01-14 20:27:19 +0100
commit8fcc206dc5187826a204db784143450439544bf3 (patch)
treed3aea78af060ba82ed6dd16c09805b42ded82aa3 /PKGBUILD
parent08a255cb3d2d96f5cfff6bf689632e1871179a75 (diff)
downloadaur-python2-flask-genshi.tar.gz
UPD architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0723f01ced9..f593ccaead6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Low Kian Seong <kianseong@gmail.com>
pkgname='python2-flask-genshi'
pkgver='0.5.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='An extension to Flask for easy Genshi templating.'
-arch=('any')
+arch=('x86_64' 'i686')
url='http://pypi.python.org/pypi/Flask-Genshi/'
license=('BSD')
depends=('python2-flask' 'python2-genshi')