diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/python-geoip | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/python-geoip')
-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 dc15efab0..ed1d33500 100644 --- a/extra/python-geoip/PKGBUILD +++ b/extra/python-geoip/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 195467 2013-09-30 13:27:17Z jgc $ -# Maintainer: +# $Id: PKGBUILD 199014 2013-11-06 11:10:37Z jgc $ +# Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> -# Contributor: Jan de Groot <jgc@archlinux.org> pkgname=('python2-geoip') pkgbase=python-geoip pkgver=1.2.8 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library" arch=('i686' 'x86_64') url="http://dev.maxmind.com/geoip/legacy/downloadable#Python-10" @@ -21,6 +20,8 @@ build() { } package_python2-geoip() { + conflicts=('python-geoip<1.2.8') + cd "GeoIP-Python-$pkgver" python2 setup.py install --root="$pkgdir" -O1 } |