diff options
Diffstat (limited to 'community/python-sqlalchemy/PKGBUILD')
-rw-r--r-- | community/python-sqlalchemy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index d8cfc3057..c356a53c3 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') pkgver=0.8.0 pkgrel=1 -arch=('i686' 'x86_64') # python2 package contain .so +arch=('i686' 'x86_64' 'mips64el') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'python-nose' 'python2-nose') |