Date: Tuesday, November 20, 2018 @ 15:04:55 Author: archange Revision: 409168
upgpkg: netcdf 4.6.2-1 Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-20 15:04:34 UTC (rev 409167) +++ PKGBUILD 2018-11-20 15:04:55 UTC (rev 409168) @@ -3,8 +3,8 @@ # Contributor: damir <[email protected]> pkgname=netcdf -pkgver=4.6.1 -pkgrel=4 +pkgver=4.6.2 +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,7 +14,7 @@ options=('!makeflags') license=('custom') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz") -sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb') +sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a') prepare() { mkdir -p build
