Date: Monday, February 27, 2023 @ 11:12:48
  Author: arojas
Revision: 1405471

upgpkg: netcdf 4.9.1-1: Update to 4.9.1

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-27 10:26:14 UTC (rev 1405470)
+++ PKGBUILD    2023-02-27 11:12:48 UTC (rev 1405471)
@@ -3,8 +3,8 @@
 # Contributor: damir <[email protected]>
 
 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/";
@@ -14,20 +14,12 @@
 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() {

Reply via email to