diff options
Diffstat (limited to 'community/python2-cherrypy')
-rw-r--r-- | community/python2-cherrypy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-cherrypy/PKGBUILD b/community/python2-cherrypy/PKGBUILD index 98665d8eb..8ab94f0c9 100644 --- a/community/python2-cherrypy/PKGBUILD +++ b/community/python2-cherrypy/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-cherrypy pkgver=3.2.0 pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cherrypy.org" license=('BSD') replaces=('cherrypy') |