Date: Wednesday, June 29, 2022 @ 16:55:09 Author: archange Revision: 1241065
Add compressors dependencies for filters Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-29 16:54:25 UTC (rev 1241064) +++ PKGBUILD 2022-06-29 16:55:09 UTC (rev 1241065) @@ -4,11 +4,11 @@ pkgname=netcdf pkgver=4.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" arch=(x86_64) url="https://www.unidata.ucar.edu/software/netcdf/" -depends=(hdf5 curl libxml2) +depends=(hdf5 curl libxml2 libaec blosc bzip2 libzip zstd) makedepends=(cmake) checkdepends=(unzip) optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') @@ -15,7 +15,7 @@ options=(!makeflags) license=(custom) source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz - netcdf-4.9.0-fix-cmake-typo.patch::https://github.com/Unidata/netcdf-c/issues/2412.patch + netcdf-4.9.0-fix-cmake-typo.patch::https://github.com/Unidata/netcdf-c/pull/2412.patch netcdf-4.9.0-read-chunk-size.patch::https://github.com/Unidata/netcdf-c/pull/2319.patch) sha256sums=('9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6' 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a'
