diff options
Diffstat (limited to 'extra/python-geoip')
-rw-r--r-- | extra/python-geoip/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-geoip/PKGBUILD b/extra/python-geoip/PKGBUILD index 2a5fe156e..b43e0d82b 100644 --- a/extra/python-geoip/PKGBUILD +++ b/extra/python-geoip/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-geoip pkgver=1.2.7 pkgrel=1 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.maxmind.com/app/python" license=('LGPL') depends=('python2' 'geoip') |