Date: Tuesday, April 30, 2019 @ 13:03:03 Author: archange Revision: 456857
upgpkg: netcdf 4.7.0-1 Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 12:58:19 UTC (rev 456856) +++ PKGBUILD 2019-04-30 13:03:03 UTC (rev 456857) @@ -1,20 +1,20 @@ # Maintainer: Ronald van Haren <ronald.archlinux.org> -# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <[email protected]> +# Maintainer: Bruno Pagani <[email protected]> # Contributor: damir <[email protected]> pkgname=netcdf -pkgver=4.6.3 +pkgver=4.7.0 pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" -arch=('x86_64') +arch=(x86_64) url="https://www.unidata.ucar.edu/software/netcdf/" -depends=('hdf5' 'curl') -makedepends=('cmake') +depends=(hdf5 curl) +makedepends=(cmake) optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') -options=('!makeflags') -license=('custom') +options=(!makeflags) +license=(custom) source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz") -sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564') +sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3') prepare() { mkdir -p build
