[arch-commits] Commit in netcdf/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Aug 31 17:17:20 UTC 2019


    Date: Saturday, August 31, 2019 @ 17:17:20
  Author: archange
Revision: 505738

upgpkg: netcdf 4.7.1-1

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-31 16:35:51 UTC (rev 505737)
+++ PKGBUILD	2019-08-31 17:17:20 UTC (rev 505738)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=netcdf
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
 arch=(x86_64)
@@ -13,8 +13,8 @@
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=(!makeflags)
 license=(custom)
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz")
-sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
 
 prepare() {
     mkdir -p build
@@ -38,8 +38,7 @@
 
 check() {
     cd build
-    # One test failure https://github.com/Unidata/netcdf-c/issues/808
-    make test || warning "Test failure"
+    make test
 }
 
 package() {



More information about the arch-commits mailing list