summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')