diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-08-05 00:31:10 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-08-05 00:31:10 (GMT) |
commit | e5564146f3fb0615f0ca00deeb20ff69f4d016fa (patch) | |
tree | 7d3deec45693fd948b70384f60121d0fe3d11685 /abs/core | |
parent | 9ab2d21e911b81ae3d223e8c04b026c99989f70c (diff) | |
parent | db7680fe145f7090334baa31ff8145278a255507 (diff) | |
download | linhes_pkgbuild-e5564146f3fb0615f0ca00deeb20ff69f4d016fa.zip linhes_pkgbuild-e5564146f3fb0615f0ca00deeb20ff69f4d016fa.tar.gz linhes_pkgbuild-e5564146f3fb0615f0ca00deeb20ff69f4d016fa.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/python_modules/python-geoip/PKGBUILD | 4 |
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') |