summaryrefslogtreecommitdiff
path: root/community/python2-basemap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-basemap/PKGBUILD')
-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 778908a3c..9e350af3c 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')
@@ -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