diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:29:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:45:48 +0000 |
commit | 72a2404fbb824fa2520aab77552146d7986a52dc (patch) | |
tree | 9874b0f6cdeea7a0f80517c05f5d6b860fd69424 /testing/py-h5py/APKBUILD | |
parent | f154d2b37729178b602c7e155489a7c7e694bed0 (diff) | |
download | aports-72a2404fbb824fa2520aab77552146d7986a52dc.tar.bz2 aports-72a2404fbb824fa2520aab77552146d7986a52dc.tar.xz |
testing/py-h5py: rebuild against hdf5 1.10
Diffstat (limited to 'testing/py-h5py/APKBUILD')
-rw-r--r-- | testing/py-h5py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-h5py/APKBUILD b/testing/py-h5py/APKBUILD index 02455c79c4..58fdd77fa9 100644 --- a/testing/py-h5py/APKBUILD +++ b/testing/py-h5py/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-h5py _pkgname=h5py pkgver=2.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Read and write HDF5 files from Python" url="https://www.h5py.org" arch="all !s390x" |