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

Ronald van Haren ronald at archlinux.org
Tue Apr 12 13:00:54 UTC 2016


    Date: Tuesday, April 12, 2016 @ 15:00:54
  Author: ronald
Revision: 264713

upgpkg: hdf5 1.10.0-1

update to 1.10.0

Modified:
  hdf5/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-12 12:28:55 UTC (rev 264712)
+++ PKGBUILD	2016-04-12 13:00:54 UTC (rev 264713)
@@ -5,7 +5,7 @@
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=hdf5
-pkgver=1.8.15_patch1
+pkgver=1.10.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -13,8 +13,8 @@
 license=('custom')
 depends=('zlib' 'sh')
 makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+source=(ftp://ftp.hdfgroup.org/HDF5/releases/${pkgname}-1.10/${pkgname}-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5866dbbcd24485f6b206413e73f7205cb3c1196e')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver/_/-}"
@@ -21,9 +21,8 @@
 
   ./configure --prefix=/usr --disable-static \
     --enable-hl \
-    --enable-threadsafe \
     --enable-linux-lfs \
-    --enable-production \
+    --enable-build-mode=production \
     --with-pic \
     --docdir=/usr/share/doc/hdf5/ \
     --with-pthread=/usr/lib/ \



More information about the arch-commits mailing list