summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4af4a85f5a..532942cb5d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.14.1
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-h5netcdf
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python-h5py
- source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.14.1.tar.gz
- sha256sums = ba4c960797df817a304f9a79353f2ecbde90ba902078193f6d2f1ef3d5ca2213
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.15.0.tar.gz
+ sha256sums = 4b2b873ba72091c5e70c2a7bdb272ad0408b6e05a648aedb5ea96992b5f12138
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 9a2d83786262..18e129847daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.14.1
+pkgver=0.15.0
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=(
- 'ba4c960797df817a304f9a79353f2ecbde90ba902078193f6d2f1ef3d5ca2213'
+ '4b2b873ba72091c5e70c2a7bdb272ad0408b6e05a648aedb5ea96992b5f12138'
)
build() {