[arch-commits] Commit in python-geoip/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Wed Nov 6 11:10:28 UTC 2013


    Date: Wednesday, November 6, 2013 @ 12:10:28
  Author: jgc
Revision: 199013

upgpkg: python-geoip 1.2.8-3

Add conflicts on older python-geoip, should fix FS#37146

Modified:
  python-geoip/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-06 11:02:30 UTC (rev 199012)
+++ PKGBUILD	2013-11-06 11:10:28 UTC (rev 199013)
@@ -1,12 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Jan de Groot <jgc at 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 @@
 }
 
 package_python2-geoip() {
+  conflicts=('python-geoip<1.2.8')
+
   cd "GeoIP-Python-$pkgver"
   python2 setup.py install --root="$pkgdir" -O1
 }




More information about the arch-commits mailing list