* update netcdf to 4.9.2-4.1

This commit is contained in:
Alexander Baldeck 2024-07-27 09:17:29 +02:00
parent 1e078f618c
commit b4fbb0865c

View File

@ -5,7 +5,7 @@
pkgname=netcdf
pkgver=4.9.2
pkgrel=4
pkgrel=4.1
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.unidata.ucar.edu/software/netcdf/"
@ -15,9 +15,9 @@ checkdepends=(unzip)
optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
options=(!makeflags)
license=(custom)
_commit=d5a3fc3172549c03dc336a13425d3b7d988bbf0d
_commit=d18a6061c2f22cdc21e712a312da3807bec6c54d
source=("git+https://github.com/Unidata/netcdf-c.git#commit=${_commit}")
sha256sums=('b1c9b30bc10caf71bc1bb7400dbb38f4128b8199f008c246b04ddd11abdd4db1')
sha256sums=('f0081a888658814019c3d0550e0aaa25d99a3465472f72cdc850d6ad1726659c')
prepare() {
# https://github.com/Unidata/netcdf-c/issues/2188 https://github.com/Unidata/netcdf-c/issues/2242