diff options
Diffstat (limited to 'community/python-cheetah/PKGBUILD')
-rwxr-xr-x | community/python-cheetah/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-cheetah/PKGBUILD b/community/python-cheetah/PKGBUILD index 020eb7869..2d8dc25e1 100755 --- a/community/python-cheetah/PKGBUILD +++ b/community/python-cheetah/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-cheetah pkgver=2.4.4 pkgrel=2 pkgdesc="A Python-powered template engine and code generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cheetahtemplate.org/" license=('custom') depends=('python2' 'python-markdown') |