summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-11-30 08:27:37 -0800
committerRich Li2016-11-30 08:27:37 -0800
commit1c75f29eaf1d317d12c1e28bf467c46ecb01794a (patch)
treec1551d3192f067cf6b9d5364efd57fbcb175d7e4
parent6d9e8a083c4dc67934434c757d04002e627ccf38 (diff)
downloadaur-1c75f29eaf1d317d12c1e28bf467c46ecb01794a.tar.gz
Update to version 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d7d2714561..70880e8010e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-netcdf4
pkgdesc = Python/numpy interface to the netCDF version 4 library.
- pkgver = 1.2.4
+ pkgver = 1.2.5
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 = python2-netcdf4-1.2.4.tar.gz::https://github.com/Unidata/netcdf4-python/archive/v1.2.4rel.tar.gz
- md5sums = b79eb6c7daa7d9c5ed28df130915eb0b
+ source = python2-netcdf4-1.2.5.tar.gz::https://github.com/Unidata/netcdf4-python/archive/v1.2.5rel.tar.gz
+ md5sums = c98924986ac9a2d5ce92542cf119a57b
pkgname = python2-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index 6cfffda7ea84..0aa6f8543e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: rememberthemer <rememberthemer@_GMAIL_DOT_COM_>
pkgname=python2-netcdf4
-pkgver=1.2.4
+pkgver=1.2.5
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=("$pkgname-$pkgver.tar.gz::https://github.com/Unidata/netcdf4-python/archive/v${pkgver}rel.tar.gz")
-md5sums=('b79eb6c7daa7d9c5ed28df130915eb0b')
+md5sums=('c98924986ac9a2d5ce92542cf119a57b')
build() {
cd "$srcdir"/netcdf4-python-${pkgver}rel