diff options
Diffstat (limited to 'extra/python-geoip/PKGBUILD')
-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 0e535d169..764eee3e3 100644 --- a/extra/python-geoip/PKGBUILD +++ b/extra/python-geoip/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-geoip pkgver=1.2.4 pkgrel=2 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') |