[arch-commits] Commit in netcdf/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Jul 24 07:22:34 UTC 2014


    Date: Thursday, July 24, 2014 @ 09:22:33
  Author: fyan
Revision: 217811

upgpkg: netcdf 4.3.2-1

- new upstream release
- move "make check" to check()

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 07:09:06 UTC (rev 217810)
+++ PKGBUILD	2014-07-24 07:22:33 UTC (rev 217811)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at 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,15 +13,19 @@
 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() {
   cd ${srcdir}/${pkgname}-${pkgver}
 




More information about the arch-commits mailing list