summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2019-07-10 15:59:19 -0700
committerRich Li2019-07-10 15:59:19 -0700
commitfa0e18a7d3ecc6a43658a5bca903af58c71d52eb (patch)
tree50ea4e62b613def4dd2de2ffa18ebcead30ff023
parent4c74fd67b697ba28f6a581cba26dfe48f277a926 (diff)
downloadaur-fa0e18a7d3ecc6a43658a5bca903af58c71d52eb.tar.gz
Update to version 0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a9ff9c4807..c15a507321b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.7.1
+ pkgver = 0.7.4
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.7.1.tar.gz::https://github.com/shoyer/h5netcdf/archive/v0.7.1.tar.gz
- sha256sums = 83f6a941e48140d9d73f436aeaf2a208426fc9aa47eb3725db7e2b172122f9cc
+ source = python-h5netcdf-0.7.4.tar.gz::https://github.com/shoyer/h5netcdf/archive/v0.7.4.tar.gz
+ sha256sums = 9c53363f05e76a6913f259abb8013e7e6173b0e60af6455a2c1ea1750a1524e9
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 6f96dace36d7..28af26606091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.7.1
+pkgver=0.7.4
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=('83f6a941e48140d9d73f436aeaf2a208426fc9aa47eb3725db7e2b172122f9cc')
+sha256sums=('9c53363f05e76a6913f259abb8013e7e6173b0e60af6455a2c1ea1750a1524e9')
build() {
cd "$srcdir/h5netcdf-${pkgver}"