diff options
Diffstat (limited to 'community/python2-greenlet/PKGBUILD')
-rw-r--r-- | community/python2-greenlet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-greenlet/PKGBUILD b/community/python2-greenlet/PKGBUILD index 38546a68d..1cb84491d 100644 --- a/community/python2-greenlet/PKGBUILD +++ b/community/python2-greenlet/PKGBUILD @@ -10,7 +10,7 @@ license=("MIT") url="http://pypi.python.org/pypi/greenlet" depends=('python2') source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') md5sums=('530a69acebbb0d66eb5abd83523d8272') sha1sums=('1bff62c43e179d3f4866f31a8258a259c82b4803') |