diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-31 14:24:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-31 14:24:31 +0000 |
commit | ed3f8db5fbeed7c5457b2c13a4007a20117a4748 (patch) | |
tree | dd447de7b5b8041f1d7ce41da58a5a3ce21d2a26 /testing | |
parent | 3c5f50cb0acf298c0cd308fc5e4450555fee0ac0 (diff) | |
download | aports-ed3f8db5fbeed7c5457b2c13a4007a20117a4748.tar.bz2 aports-ed3f8db5fbeed7c5457b2c13a4007a20117a4748.tar.xz |
testing/py3-h5py: bump pkgrel. Fixes #11099
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-h5py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-h5py/APKBUILD b/testing/py3-h5py/APKBUILD index 1429db9b99..5d4b44304f 100644 --- a/testing/py3-h5py/APKBUILD +++ b/testing/py3-h5py/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-h5py _pkgname=h5py pkgver=2.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Read and write HDF5 files from Python" url="https://www.h5py.org" arch="all !s390x !x86 !ppc64le" # x86|ppc64le -> numpy has no 128float support |