From adf2f440fab0b52afb804fe5130bd428bc31cf4c Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Thu, 16 Mar 2023 09:33:16 -0400 Subject: [PATCH] community/netcdf to 4.9.2-1 --- community/netcdf/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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