community/netcdf to 4.7.1-1

This commit is contained in:
Kevin Mihelich 2019-08-31 19:08:49 +00:00
parent d31350e393
commit 6dd498ab9d

View file

@ -6,7 +6,7 @@
# - disable CDFS for 32-bit ARM
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)
@ -16,8 +16,8 @@ makedepends=(cmake)
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
@ -42,8 +42,7 @@ build() {
check() {
cd build
# One test failure https://github.com/Unidata/netcdf-c/issues/808
make test || warning "Test failure"
make test
}
package() {