summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-03-12 14:36:47 +0200
committerSpyros Stathopoulos2016-03-12 14:36:47 +0200
commit90740ae5181c927ad2a18b7e3373ed11ca0cf885 (patch)
treeb4d96e1c14b11bc049e2ce96b8a7b921294785ea
parent7b18a8e3089f22eb280a29df4d94a0eccbe6846d (diff)
downloadaur-90740ae5181c927ad2a18b7e3373ed11ca0cf885.tar.gz
Update to version 1.2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612ef3428570..8e2f897c55f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 09:14:34 UTC 2016
+# Sat Mar 12 12:35:05 UTC 2016
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
- pkgver = 1.2.2
+ pkgver = 1.2.3.1
pkgrel = 1
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
@@ -19,8 +19,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.2rel.tar.gz
- md5sums = c3e2d276f1b45fa28635a0d35d0f36ee
+ source = https://github.com/Unidata/netcdf4-python/archive/v1.2.3.1rel.tar.gz
+ md5sums = 8477912f2ff18e0d9d17cac3e2d13635
pkgname = python-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index 37a6b4d309a7..049dbb8582e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python-netcdf4
-pkgver=1.2.2
+pkgver=1.2.3.1
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=('c3e2d276f1b45fa28635a0d35d0f36ee')
+md5sums=('8477912f2ff18e0d9d17cac3e2d13635')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel