From 2efea10ce928809f8ec7f3d8a1bdca088db172c0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 27 Feb 2023 13:23:47 +0000 Subject: [PATCH] community/netcdf to 4.9.1-1 --- community/netcdf/PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/community/netcdf/PKGBUILD b/community/netcdf/PKGBUILD index 5825b2cad..026065e48 100644 --- a/community/netcdf/PKGBUILD +++ b/community/netcdf/PKGBUILD @@ -6,8 +6,8 @@ # - disable CDFS for 32-bit ARM pkgname=netcdf -pkgver=4.9.0 -pkgrel=3 +pkgver=4.9.1 +pkgrel=1 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/" @@ -17,20 +17,12 @@ checkdepends=(unzip) 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 - 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' - 'd71b441b6499d6ddb97ea25377018000781d16de6551f0d2ba33b9bcd6e769fd') +source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('4ee8d5f6b50a1eb4ad4c10f24531e36261fd1882410fb08435eb2ddfd49a0908') prepare() { # https://github.com/Unidata/netcdf-c/issues/2188 https://github.com/Unidata/netcdf-c/issues/2242 sed -i "/tst_remote3/d" ${pkgname}-c-${pkgver}/ncdap_test/CMakeLists.txt - # https://github.com/Unidata/netcdf-c/issues/2390 - patch -p1 -d ${pkgname}-c-${pkgver} < netcdf-4.9.0-fix-cmake-typo.patch - # https://github.com/Unidata/netcdf-c/issues/2418 - patch -p1 -d ${pkgname}-c-${pkgver} < netcdf-4.9.0-read-chunk-size.patch } build() {