Date: Sunday, February 17, 2019 @ 18:55:32 Author: archange Revision: 434197
upgpkg: netcdf 4.6.2.1-1 Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-17 18:51:41 UTC (rev 434196) +++ PKGBUILD 2019-02-17 18:55:32 UTC (rev 434197) @@ -3,7 +3,7 @@ # Contributor: damir <[email protected]> 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') @@ -14,7 +14,7 @@ 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
