summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2015-08-14 08:56:53 -0500
committerXavierCLL2015-08-14 08:56:53 -0500
commit1b734fc4b83d177a22d77c277b4c0de78dc1aa25 (patch)
treefd32fce8600f5aab249bb065033e85ca11a5fcd4 /PKGBUILD
parent22760ffb285a0744ec58be199f080608cb0fb588 (diff)
downloadaur-python2-pymodis.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4a7a9ee57cb..7e85483a0bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
+# Maintainer: XavierCLL
pkgname=python2-pymodis
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="pyModis is a Free and Open Source Python based library to work with MODIS data"
arch=('any')
@@ -8,7 +8,7 @@ url="http://pymodis.fem-environment.eu/"
license=('GPLv2')
depends=('python2' 'python2-numpy' 'gdal' 'wxpython')
source=("https://pypi.python.org/packages/source/p/pyModis/pyModis-$pkgver.tar.gz")
-sha256sums=('acbdacc9f17c5ea995c5710232edf4b68c1d878a370d309c596509da80461266')
+sha256sums=('a9210c090db874b23a9b509f3ec4f795c15a3bcb4fe1cd172b5ff06415f3bfc6')
package() {
cd "$srcdir/pyModis-$pkgver"