diff --git a/community/netcdf/PKGBUILD b/community/netcdf/PKGBUILD index 026065e48..8f0576b3a 100644 --- a/community/netcdf/PKGBUILD +++ b/community/netcdf/PKGBUILD @@ -6,7 +6,7 @@ # - disable CDFS for 32-bit ARM pkgname=netcdf -pkgver=4.9.1 +pkgver=4.9.2 pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" arch=(x86_64) @@ -18,7 +18,7 @@ optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') options=(!makeflags) license=(custom) source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('4ee8d5f6b50a1eb4ad4c10f24531e36261fd1882410fb08435eb2ddfd49a0908') +sha256sums=('bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7') prepare() { # https://github.com/Unidata/netcdf-c/issues/2188 https://github.com/Unidata/netcdf-c/issues/2242