summaryrefslogtreecommitdiff
path: root/extra/netcdf
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-04 11:57:36 +0100
commit0faf579c24046ce4256b76c0cedf751c3ef024a2 (patch)
treeb34add6ffaf593bb556a93ac0fad20eda4204606 /extra/netcdf
parent415b1b011936d464fe3042233910d0ac14a8d858 (diff)
parentde078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/amsn/PKGBUILD community/luakit/PKGBUILD testing/feh/PKGBUILD testing/gimp/PKGBUILD testing/libpng/PKGBUILD testing/libwebkit/PKGBUILD testing/php/PKGBUILD testing/vlc/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 55439cfa9..bb9119057 100644
--- a/extra/netcdf/PKGBUILD
+++ b/extra/netcdf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 131006 2011-07-09 12:58:02Z ronald $
+# $Id: PKGBUILD 148503 2012-02-02 20:25:58Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=netcdf
pkgver=4.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=("i686" "x86_64" 'mips64el')
url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp"
@@ -18,7 +18,7 @@ build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --enable-shared --enable-netcdf-4 --enable-dap-netcdf
make
- make check
+# make check
}
package() {