diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
commit | 74093519de9393b9196a1a511609b61c89da6753 (patch) | |
tree | 3805ccad28b76e0431328e38ca5c0664712d108b /community/python-sqlalchemy | |
parent | 891a51ee90b27ae02b33882cad19773a065499c3 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/python-sqlalchemy')
-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 764bfd0b4..5c743bda0 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.7.9 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') |