summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 779d560978a3..3b3c3d709d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
url="https://github.com/shoyer/h5netcdf"
license=('BSD')
depends=('python-h5py')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm')
checkdepends=('python-netcdf4' 'python-pytest')
_pypi=h5netcdf
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- 'c90c1eb39798af5ac7c573bdcde60d984e3bf97bb2b588f1222528d0cdffcb62'
+ '0aa1ed20401652981773163fc7bf7e258dcd8575d791000004b74f19f3ba82b5'
)
build() {