diff options
Diffstat (limited to 'extra/netcdf/PKGBUILD')
-rw-r--r-- | extra/netcdf/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD index 2280b03f5..6d3bc8231 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 148503 2012-02-02 20:25:58Z ronald $ +# $Id: PKGBUILD 164373 2012-07-31 19:53:39Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir@archlinux.org> 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} |