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

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 30 13:27:10 UTC 2013


    Date: Monday, September 30, 2013 @ 15:27:10
  Author: jgc
Revision: 195466

upgpkg: python-geoip 1.2.8-2

Rebuild with new geoip (FS#37119)

Modified:
  python-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-30 10:58:02 UTC (rev 195465)
+++ PKGBUILD	2013-09-30 13:27:10 UTC (rev 195466)
@@ -6,7 +6,7 @@
 pkgname=('python2-geoip')
 pkgbase=python-geoip
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 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"
@@ -16,12 +16,12 @@
 sha256sums=('8b946307355b60cb0f2b0be8ac90c1231286e0e79917509763267fce01a50e73')
 
 build() {
-  cd "$srcdir/GeoIP-Python-$pkgver"
+  cd "GeoIP-Python-$pkgver"
   python2 setup.py build
 }
 
 package_python2-geoip() {
-  cd "$srcdir/GeoIP-Python-$pkgver"
+  cd "GeoIP-Python-$pkgver"
   python2 setup.py install --root="$pkgdir" -O1
 }
 




More information about the arch-commits mailing list