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 309105e93..70418c94d 100755 --- a/community/python-pyro/PKGBUILD +++ b/community/python-pyro/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.10 pkgrel=2 pkgdesc="Python Remote Objects" url="http://pyro.sourceforge.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('python2') source=(http://www.xs4all.nl/~irmen/pyro3/download/Pyro-${pkgver}.tar.gz) |