summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-09-24 17:55:19 +0300
committerSpyros Stathopoulos2015-09-24 17:55:19 +0300
commit08cb84e6db75c0fa4c3bf86748f51433445411d3 (patch)
tree1c3e4c9d3f7f12e16351a3f653ec0ebbe63d6350
parentcf85966c4077377b1ed7d0bc99466a1c2ec2977c (diff)
downloadaur-08cb84e6db75c0fa4c3bf86748f51433445411d3.tar.gz
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 a19e5a681937..044036cc4cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
- pkgver = 1.1.9
+ pkgver = 1.2.0
pkgrel = 1
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = python-netcdf4
depends = openssl
depends = python-dateutil
optdepends = python2-netcdf4: python 2 version, includes docs and examples
- 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 = python-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index ca1aad361c40..522b45a88d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python-netcdf4
-pkgver=1.1.9
+pkgver=1.2.0
pkgrel=1
pkgdesc="A python3 library for reading, manpiulating and creating netcdf files"
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ depends=('python' 'python-numpy' 'netcdf>=4.1.2' 'hdf5'
makedepends=('cython')
optdepends=('python2-netcdf4: python 2 version, includes docs and examples')
source=(https://github.com/Unidata/netcdf4-python/archive/v${pkgver}rel.tar.gz)
-md5sums=('bd70c7b018d2ae925c9d80686d60b645')
+md5sums=('c8fa3df0ede4f6d1506fb9663705cbe4')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel