diff options
Diffstat (limited to 'community/cherrypy/PKGBUILD')
-rw-r--r-- | community/cherrypy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cherrypy/PKGBUILD b/community/cherrypy/PKGBUILD index b352f6296..4483f649d 100644 --- a/community/cherrypy/PKGBUILD +++ b/community/cherrypy/PKGBUILD @@ -7,7 +7,7 @@ pkgname=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') depends=('python2') |