summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-01-20 20:05:48 +0100
committerBlair Bonnett2022-01-20 20:05:48 +0100
commitea53bbe69a055e8d74ff87ed9582e0667a4d2bfd (patch)
tree631579b83135269c83327fb73f08f3322ef8e957
parent9f7f65f253de969c9e160cd5794aea7c653e5de8 (diff)
downloadaur-ea53bbe69a055e8d74ff87ed9582e0667a4d2bfd.tar.gz
Update to 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946aa6350107..4afaa8d56b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-h5netcdf
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-h5py
- source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.13.0.tar.gz
- sha256sums = 43ecc47614ae804879b51cc95d6264520fcddfe83ccfa7d92b6e236da7dc25db
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.13.1.tar.gz
+ sha256sums = c90c1eb39798af5ac7c573bdcde60d984e3bf97bb2b588f1222528d0cdffcb62
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 58dd4a88bf27..779d560978a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '43ecc47614ae804879b51cc95d6264520fcddfe83ccfa7d92b6e236da7dc25db'
+ 'c90c1eb39798af5ac7c573bdcde60d984e3bf97bb2b588f1222528d0cdffcb62'
)
build() {