Skip to content

Commit

Permalink
python-h5pyd: update to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Dec 27, 2024
1 parent 937228c commit 0c0e8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-h5pyd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=h5pyd
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.19.0
pkgver=0.20.0
pkgrel=1
pkgdesc="h5py distributed - Python client library for HDF Rest API (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -31,7 +31,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-pkgconfig")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/HDFGroup/h5pyd/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('45ccdd5575206416f53fb630e41a6d8b3d78cfef7fbde3d973f151a0f7bff25f')
sha256sums=('d258016a07d954f10118a9997f47026462d5c6332821ca0e877f0117464f9f19')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 0c0e8cc

Please sign in to comment.