From 6ac0e4e2e2b359d3d2a9ee1262992fb2eb4ba7e4 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 16 Jan 2018 08:40:42 +0300 Subject: [PATCH] hdf5: Update to 1.8.20 --- mingw-w64-hdf5/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-hdf5/PKGBUILD b/mingw-w64-hdf5/PKGBUILD index 164df52049..56f209bf9b 100644 --- a/mingw-w64-hdf5/PKGBUILD +++ b/mingw-w64-hdf5/PKGBUILD @@ -4,10 +4,10 @@ _realname=hdf5 pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -_ver=1.8.19 +_ver=1.8.20 patch= pkgver=${_ver}${patch//-/.} -pkgrel=2 +pkgrel=1 pkgdesc="General purpose library and file format for storing scientific data (mingw-w64)" arch=('any') license=("custom") @@ -21,7 +21,7 @@ source=("https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${_ver%.*}/hdf5-${_ "hdf5-fix-find-szip.patch" "hdf5-cmake-size-type-checks.patch" ) -sha256sums=('59c03816105d57990329537ad1049ba22c2b8afe1890085f0c022b75f1727238' +sha256sums=('a4f2db7e0a078aa324f64e0216a80731731f73025367fa94d158c9b1d3fbdf6f' '35f8d9a313e8675e79f3920b4f2f6d349887f1b1e162dc06b1ffab9872473c3e' '81bd20b39ff5064cb454b7763b6cb9d3a2443c1fe0625f2d7819dce97b0b628d' 'da0e3c30982946eddd58026359352f3cbb565e4b5ba399c8921778655c4d6505' @@ -46,7 +46,7 @@ prepare() { patch -p1 -i "${srcdir}/hdf5-default-import-suffix.patch" patch -p1 -i "${srcdir}/hdf5-fix-install-docs.patch" patch -p1 -i "${srcdir}/hdf5-proper-library-names-mingw.patch" - patch -p1 -i "${srcdir}/hdf5-fix-find-szip.patch" + #patch -p1 -i "${srcdir}/hdf5-fix-find-szip.patch" patch -p1 -i "${srcdir}/hdf5-cmake-size-type-checks.patch" }