mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/netcdf to 4.6.2.1-1
This commit is contained in:
parent
572504afd7
commit
55f5c49799
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable CDFS for 32-bit ARM
|
||||
|
||||
pkgname=netcdf
|
||||
pkgver=4.6.2
|
||||
pkgver=4.6.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +17,7 @@ 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=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
|
||||
sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue