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 <[email protected]> # Contributor: Angel Velasquez <[email protected]> -# Contributor: Jan de Groot <[email protected]> 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 }
