diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-25 04:03:32 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-25 04:03:32 +0000 |
commit | 29cefdccedfcb48822a8da80b259ed0bb0f73266 (patch) | |
tree | eabeaf9a2ee1319f8cc0f3e05018588aa5a169c9 /extra/netcdf/PKGBUILD | |
parent | d256eaa80219eb28cbfb4f9474acc6fb41c63d3c (diff) |
Fri Jul 25 03:59:36 UTC 2014
Diffstat (limited to 'extra/netcdf/PKGBUILD')
-rw-r--r-- | extra/netcdf/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD index c8bb48cb5..82a52e90e 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 207581 2014-03-12 13:10:24Z bpiotrowski $ +# $Id: PKGBUILD 217812 2014-07-24 07:23:09Z fyan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=netcdf -pkgver=4.3.1.1 +pkgver=4.3.2 pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" arch=("i686" "x86_64") @@ -13,13 +13,17 @@ optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') options=('!makeflags') license=('custom') source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz) -sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4') +sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --enable-shared --enable-netcdf-4 --enable-dap-netcdf make -# make check +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check } package() { |