summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2020-07-19 10:09:00 +0200
committerBlair Bonnett2020-07-19 10:09:00 +0200
commit6536159d565db9d738f2b977e25984c409584366 (patch)
tree5df3e1e583b9cf072b3fa63a59486c61b715a24d /PKGBUILD
parent2976dbf36cbe1ffcca72e948434179b2c448bee4 (diff)
downloadaur-6536159d565db9d738f2b977e25984c409584366.tar.gz
Update to version 0.8.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab1d9f1f733a..2ce028861a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -15,7 +15,7 @@ source=(
"https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-$pkgver.tar.gz"
)
sha256sums=(
- 'b0df12f4692817cf6d8e2fca95f689e61aa68f2f39aea90fd1790fe5ac8d2cbb'
+ 'b94af698f99d57aac7828033f1c42ad014f5bda7ee5819f9014b4fbef5b56b25'
)
build() {