diff options
Diffstat (limited to 'community/python2-cheetah/PKGBUILD')
-rwxr-xr-x | community/python2-cheetah/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-cheetah/PKGBUILD b/community/python2-cheetah/PKGBUILD index 24ba9e35d..fd6ebf4ed 100755 --- a/community/python2-cheetah/PKGBUILD +++ b/community/python2-cheetah/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-cheetah pkgver=2.4.4 pkgrel=3 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') |