diff options
author | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
commit | 139460a7a8b085588b699c488fd19b166db18a74 (patch) | |
tree | c7ef8dc756803db980465dd7bc9186f9c642aa50 /extra/netcdf | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Sun Jul 10 23:13:07 UTC 2011
Diffstat (limited to 'extra/netcdf')
-rw-r--r-- | extra/netcdf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD index 7b1c1e8c5..326e3483e 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 122825 2011-05-06 11:10:26Z ronald $ +# $Id: PKGBUILD 131006 2011-07-09 12:58:02Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=netcdf -pkgver=4.1.2 +pkgver=4.1.3 pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" arch=("i686" "x86_64") @@ -12,7 +12,7 @@ depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl') options=('!libtool' '!makeflags') license=('custom') source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz) -sha1sums=('ef42419b2afd99364e470813bc5b922a1a72a6de') +sha1sums=('e600322478276f51612e17cca3cda38489003f81') build() { cd ${srcdir}/${pkgname}-${pkgver} |