summaryrefslogtreecommitdiff
path: root/extra/netcdf
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 14:16:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 14:16:08 -0300
commit20604a1579dcd51b5a46fc7d09cf4b1535219446 (patch)
tree2d5fd72b25008b56e2121bb35665ebeaebd50140 /extra/netcdf
parentd84e7e621b059d11c483d6864cb1a549572d1821 (diff)
parent139460a7a8b085588b699c488fd19b166db18a74 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/logrotate/PKGBUILD extra/hwloc/PKGBUILD extra/kdeutils/PKGBUILD extra/lapack/PKGBUILD extra/openmpi/PKGBUILD multilib/lib32-llvm/PKGBUILD testing/mesa/PKGBUILD testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/netcdf')
-rw-r--r--extra/netcdf/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD
index 8f5000dd1..55439cfa9 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" 'mips64el')
@@ -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}