summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2017-01-14 20:27:19 +0100
committerSebastian Lau2017-01-14 20:27:19 +0100
commit8fcc206dc5187826a204db784143450439544bf3 (patch)
treed3aea78af060ba82ed6dd16c09805b42ded82aa3
parent08a255cb3d2d96f5cfff6bf689632e1871179a75 (diff)
downloadaur-8fcc206dc5187826a204db784143450439544bf3.tar.gz
UPD architecture
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2d9ebd4344..03041e6808a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 06:27:10 UTC 2016
+# Sat Jan 14 19:27:14 UTC 2017
pkgbase = python2-flask-genshi
pkgdesc = An extension to Flask for easy Genshi templating.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://pypi.python.org/pypi/Flask-Genshi/
- arch = any
+ arch = x86_64
+ arch = i686
license = BSD
makedepends = python2-setuptools
depends = python2-flask
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')