community/netcdf to 4.9.2-1

This commit is contained in:
David Beauchamp 2023-03-16 09:33:16 -04:00
parent 4e398f4514
commit adf2f440fa

View file

@ -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