[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Nov 24 16:14:27 UTC 2014


    Date: Monday, November 24, 2014 @ 17:14:27
  Author: fyan
Revision: 227057

upgpkg: hdf5-cpp-fortran 1.8.14-1

- upstream new release
- enable fortran2003 (FS#42532)

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-24 16:08:27 UTC (rev 227056)
+++ PKGBUILD	2014-11-24 16:14:27 UTC (rev 227057)
@@ -6,7 +6,7 @@
 
 pkgname=hdf5-cpp-fortran
 _pkgname=hdf5
-pkgver=1.8.13
+pkgver=1.8.14
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -17,7 +17,7 @@
 conflicts=('hdf5')
 provides=('hdf5')
 source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5')
+sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
 
 build() {
   cd "$srcdir/${_pkgname}-${pkgver/_/-}"
@@ -27,6 +27,7 @@
     --enable-hl \
     --enable-cxx \
     --enable-fortran \
+    --enable-fortran2003 \
     --enable-linux-lfs \
     --enable-production \
     --with-pic \



More information about the arch-commits mailing list