summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2015-09-25 14:51:15 -0600
committerRich Li2015-09-25 14:51:15 -0600
commit0e011090897e08360e7c28d4d5a8101dc33c8ce9 (patch)
tree8d1f40ff467c48f4e8d192859a2e47f4fbd44050
parent4a26c12786268863569099dad388a595816942af (diff)
downloadaur-0e011090897e08360e7c28d4d5a8101dc33c8ce9.tar.gz
Update to version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27cc36cddc7e..df29bc254196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-netcdf4
pkgdesc = Python/numpy interface to the netCDF version 4 library.
- pkgver = 1.1.9
+ pkgver = 1.2.0
pkgrel = 1
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = python2-netcdf4
depends = curl
depends = zlib
optdepends = python-netcdf4: python 3 version
- source = https://github.com/Unidata/netcdf4-python/archive/v1.1.9rel.tar.gz
- md5sums = bd70c7b018d2ae925c9d80686d60b645
+ source = https://github.com/Unidata/netcdf4-python/archive/v1.2.0rel.tar.gz
+ md5sums = c8fa3df0ede4f6d1506fb9663705cbe4
pkgname = python2-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index 66fcef066301..eb9f15701cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python2-netcdf4
-pkgver=1.1.9
+pkgver=1.2.0
pkgrel=1
pkgdesc="Python/numpy interface to the netCDF version 4 library."
arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@ depends=('python2-numpy' 'netcdf' 'hdf5' 'curl' 'zlib')
makedepends=('python2-setuptools' 'cython2')
optdepends=('python-netcdf4: python 3 version')
source=(https://github.com/Unidata/netcdf4-python/archive/v${pkgver}rel.tar.gz)
-md5sums=('bd70c7b018d2ae925c9d80686d60b645')
+md5sums=('c8fa3df0ede4f6d1506fb9663705cbe4')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel