diff options
Diffstat (limited to 'community/python-pyro')
-rwxr-xr-x | community/python-pyro/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pyro/PKGBUILD b/community/python-pyro/PKGBUILD index 73e71f73c..72d738f24 100755 --- a/community/python-pyro/PKGBUILD +++ b/community/python-pyro/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python Remote Objects" url="http://irmen.home.xs4all.nl/pyro/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('python' 'python2') source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-${pkgver}.tar.gz) |