summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-10-17 14:24:37 +0300
committerSpyros Stathopoulos2015-10-17 14:24:37 +0300
commit7aab0178ecd41e702f3f20d7f3c91ebb84547f45 (patch)
tree884a7e10bf5f0a167b36bf5107e0792b2a2a3887
parent07a85f30836847f5949ee04737332a44d28e7270 (diff)
downloadaur-7aab0178ecd41e702f3f20d7f3c91ebb84547f45.tar.gz
Version 1.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b36dba427d..2e4a9e514040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
arch = i686
@@ -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.2.0rel.tar.gz
- md5sums = c8fa3df0ede4f6d1506fb9663705cbe4
+ source = https://github.com/Unidata/netcdf4-python/archive/v1.2.1rel.tar.gz
+ md5sums = b8704bde1039a6388d18b063c2f16319
pkgname = python-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index 80ad8546b218..fec7e330bafe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python-netcdf4
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="A python3 library for reading, manpiulating and creating netcdf files"
arch=('x86_64' 'i686')
url="https://unidata.github.io/netcdf4-python/"
@@ -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=('c8fa3df0ede4f6d1506fb9663705cbe4')
+md5sums=('b8704bde1039a6388d18b063c2f16319')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel