Date: Tuesday, July 31, 2012 @ 15:53:01 Author: ronald Revision: 164372
upgpkg: netcdf 4.2.1-1 update to 4.2.1; upstream removed fortran and c++ bindings from the main package Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-07-31 19:43:35 UTC (rev 164371) +++ PKGBUILD 2012-07-31 19:53:01 UTC (rev 164372) @@ -3,16 +3,17 @@ # Contributor: damir <[email protected]> pkgname=netcdf -pkgver=4.1.3 -pkgrel=2 +pkgver=4.2.1 +pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" arch=("i686" "x86_64") url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp" -depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl') +depends=('gcc-libs' 'hdf5' 'curl') +optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') options=('!libtool' '!makeflags') license=('custom') source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz) -sha1sums=('e600322478276f51612e17cca3cda38489003f81') +sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d') build() { cd ${srcdir}/${pkgname}-${pkgver}
