From cbcf42aba84733e1b9072f5320519c99bf8c0ac7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Oct 2011 23:14:36 +0000 Subject: Mon Oct 10 23:14:36 UTC 2011 --- extra/python-geoip/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/python-geoip/PKGBUILD') 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 # Maintainer: Jan de Groot 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') -- cgit v1.2.3-54-g00ecf