summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-04-15 20:30:56 +0300
committerSpyros Stathopoulos2016-04-15 20:30:56 +0300
commit6a9e56cd5ea2f1f009ca73db4a7d743a8499ccfc (patch)
tree05d84d8da5bfbbbb854111176677b87e624e7845
parent90740ae5181c927ad2a18b7e3373ed11ca0cf885 (diff)
downloadaur-6a9e56cd5ea2f1f009ca73db4a7d743a8499ccfc.tar.gz
Update to version 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2f897c55f7..85857f95fd69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 12:35:05 UTC 2016
+# Fri Apr 15 17:29:12 UTC 2016
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
- pkgver = 1.2.3.1
+ pkgver = 1.2.4
pkgrel = 1
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
@@ -19,7 +19,7 @@ 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.3.1rel.tar.gz
+ source = https://github.com/Unidata/netcdf4-python/archive/v1.2.4rel.tar.gz
md5sums = 8477912f2ff18e0d9d17cac3e2d13635
pkgname = python-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index 049dbb8582e5..d189a03c7150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python-netcdf4
-pkgver=1.2.3.1
+pkgver=1.2.4
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=('8477912f2ff18e0d9d17cac3e2d13635')
+md5sums=('b79eb6c7daa7d9c5ed28df130915eb0b')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel