summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Lindsley2017-10-02 12:47:45 -0700
committerRichard Lindsley2017-10-02 12:47:45 -0700
commitacb79039b351541cf0d63615ed9086a1e041b1df (patch)
tree43c5d92e66687d754275cfd93852ca9fe2f57f6c
parentbfa6fd8381cc6c9682dc8d57a4a6be50591e8b83 (diff)
downloadaur-acb79039b351541cf0d63615ed9086a1e041b1df.tar.gz
Update to version 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 629aaa428578..2dabf667e0c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.3.1
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-h5netcdf
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-h5py
- source = python-h5netcdf-0.3.1.tar.gz::https://github.com/shoyer/h5netcdf/archive/v0.3.1.tar.gz
- sha256sums = 8fdc52d63ce1e6cc18c5badcd67804146fc23d3ff3f678590e8f6a1920a46754
+ source = python-h5netcdf-0.4.1.tar.gz::https://github.com/shoyer/h5netcdf/archive/v0.4.1.tar.gz
+ sha256sums = a5f8e9c27087ed02286f06c1d07d68d34ab94854e5f423caa5f41e23da4a1d06
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 8efa7e51f375..42ca49b27a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.3.1
+pkgver=0.4.1
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-h5py')
makedepends=('python-setuptools')
checkdepends=('python-netcdf4' 'python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shoyer/h5netcdf/archive/v${pkgver}.tar.gz")
-sha256sums=('8fdc52d63ce1e6cc18c5badcd67804146fc23d3ff3f678590e8f6a1920a46754')
+sha256sums=('a5f8e9c27087ed02286f06c1d07d68d34ab94854e5f423caa5f41e23da4a1d06')
build() {
cd "$srcdir/h5netcdf-${pkgver}"