Date: Tuesday, February 16, 2010 @ 08:53:04
  Author: ronald
Revision: 69048

upgpkg: netcdf 4.1-1
add hdf5 in deps array

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-16 13:33:05 UTC (rev 69047)
+++ PKGBUILD    2010-02-16 13:53:04 UTC (rev 69048)
@@ -8,7 +8,7 @@
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
-depends=('gcc-libs>=4.3.0')
+depends=('gcc-libs>=4.4.3' 'hdf5')
 options=('force' '!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)

Reply via email to