diff options
author | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
commit | cbcf42aba84733e1b9072f5320519c99bf8c0ac7 (patch) | |
tree | a329670cb53aabe42cc50ef6cda1e534d4dfbabf /extra/python-geoip/PKGBUILD | |
parent | 8e372cc6207b56516c1facdaeb92d15c4716d8a2 (diff) |
Mon Oct 10 23:14:36 UTC 2011
Diffstat (limited to 'extra/python-geoip/PKGBUILD')
-rw-r--r-- | extra/python-geoip/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/python-geoip/PKGBUILD b/extra/python-geoip/PKGBUILD index 0e535d169..2a5fe156e 100644 --- a/extra/python-geoip/PKGBUILD +++ b/extra/python-geoip/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 89623 2010-09-02 16:32:29Z remy $ +# $Id: PKGBUILD 140200 2011-10-09 08:54:48Z angvp $ +# Maintainer: Angel Velasquez <angvp@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=python-geoip -pkgver=1.2.4 -pkgrel=2 +pkgver=1.2.7 +pkgrel=1 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library." arch=(i686 x86_64) url="http://www.maxmind.com/app/python" @@ -12,9 +13,9 @@ depends=('python2' 'geoip') source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz) replaces=('geoip-python') provides=('geoip-python') +md5sums=('df71f5ae7a5c77bbdf726d512b7d67cf') build() { cd ${startdir}/src/GeoIP-Python-${pkgver} python2 setup.py build install --root=${startdir}/pkg } -md5sums=('50f820d854476efaf3b7af733ffe4236') |