summaryrefslogtreecommitdiff
path: root/extra/netcdf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/netcdf/PKGBUILD')
-rw-r--r--extra/netcdf/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD
index 6d3bc8231..933eba7e2 100644
--- a/extra/netcdf/PKGBUILD
+++ b/extra/netcdf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164373 2012-07-31 19:53:39Z ronald $
+# $Id: PKGBUILD 178109 2013-02-16 12:42:26Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=netcdf
-pkgver=4.2.1
+pkgver=4.2.1.1
pkgrel=1
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=("i686" "x86_64")
@@ -13,7 +13,7 @@ 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=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
+sha1sums=('76631cb4e6b767c224338415cf6e5f5ff9bd1238')
build() {
cd ${srcdir}/${pkgname}-${pkgver}