diff options
Diffstat (limited to 'extra/twisted/PKGBUILD')
-rw-r--r-- | extra/twisted/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index d25475b8d..55850a084 100644 --- a/extra/twisted/PKGBUILD +++ b/extra/twisted/PKGBUILD @@ -7,7 +7,7 @@ pkgname=twisted pkgver=11.0.0 pkgrel=1 pkgdesc="Asynchronous networking framework written in Python." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://twistedmatrix.com/" license=('MIT') depends=('python2' 'pycrypto' 'zope-interface') |