summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-08-05 00:24:17 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-08-05 00:24:17 (GMT)
commit6e05ce803604c61f90f13d5b1c5957aaba52ac88 (patch)
treede00f21d79038059df82e1a03f8ea23e1814ed72 /abs/core/python_modules
parent3ed82dcc25c9d293ad135854cdc3244ed063b15d (diff)
downloadlinhes_pkgbuild-6e05ce803604c61f90f13d5b1c5957aaba52ac88.zip
linhes_pkgbuild-6e05ce803604c61f90f13d5b1c5957aaba52ac88.tar.gz
linhes_pkgbuild-6e05ce803604c61f90f13d5b1c5957aaba52ac88.tar.bz2
python-geoip: Recompile after new geoip. Ref #778
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r--abs/core/python_modules/python-geoip/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/python_modules/python-geoip/PKGBUILD b/abs/core/python_modules/python-geoip/PKGBUILD
index 7d69154..cd095c6 100644
--- a/abs/core/python_modules/python-geoip/PKGBUILD
+++ b/abs/core/python_modules/python-geoip/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-geoip
pkgver=1.2.4
-pkgrel=3
+pkgrel=4
pkgdesc="Python bindings for the GeoIP IP-to-country resolver library."
arch=(i686 x86_64)
url="http://www.maxmind.com/app/python"
@@ -15,7 +15,7 @@ provides=('geoip-python')
build() {
cd ${startdir}/src/GeoIP-Python-${pkgver}
- python2 setup.py build install --root=${startdir}/pkg
+ python2 setup.py build install --root=${pkgdir}/
}
md5sums=('50f820d854476efaf3b7af733ffe4236')