summaryrefslogtreecommitdiff
path: root/community/python2-basemap
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-30 10:11:16 +0200
commitc7e80d90ff5637e1be58084748ff74d0aefda9dd (patch)
tree595803e7e17e207ccd5b5d5142124e668cba3a1f /community/python2-basemap
parent38e2ca05a73307a06dc9a8d6e9e97da7fcdff4fa (diff)
parent3025740c981e5acc29f25b400bc93046776d7008 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/python2-matplotlib/PKGBUILD community-testing/python2-matplotlib/setup.cfg kde-unstable/kdebindings-python/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus/PKGBUILD testing/libusbx/PKGBUILD testing/pyqt/PKGBUILD
Diffstat (limited to 'community/python2-basemap')
-rw-r--r--community/python2-basemap/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python2-basemap/PKGBUILD b/community/python2-basemap/PKGBUILD
index 08b152b96..0e9da0395 100644
--- a/community/python2-basemap/PKGBUILD
+++ b/community/python2-basemap/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71122 2012-05-24 14:57:31Z stephane $
+# $Id: PKGBUILD 73031 2012-06-28 18:07:29Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Julien Morin <jmorin@cp.dias.ie>
pkgname=python2-basemap
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Toolkit for plotting data on map projections"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,13 +12,13 @@ license=('custom')
depends=('python2-matplotlib' 'geos' 'shapelib' 'python2-numpy' 'python2-httplib2')
optdepends=('python-imaging: Python Imaging Library is only needed for bluemarble and warpimage methods.')
source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz")
-sha1sums=('ee5913726d31a76a5c40451dd248977355ea3cff')
+sha1sums=('b6d312129d2ae7fb612490516cf87daaf18cb033')
build() {
cd "${srcdir}/basemap-${pkgver}"
# Remove the bundled librarie
- rm -r geos-?.?.?
+ rm -r geos-*
sed -i "s/lib64/lib/g" setup.py