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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri May 24 03:37:06 UTC 2019


    Date: Friday, May 24, 2019 @ 03:37:06
  Author: svenstaro
Revision: 469465

upgpkg: alembic 1.7.11-1

Also re-enable hdf5

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 01:00:36 UTC (rev 469464)
+++ PKGBUILD	2019-05-24 03:37:06 UTC (rev 469465)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=alembic
-pkgver=1.7.10
+pkgver=1.7.11
 pkgrel=1
 pkgdesc="A open framework for storing and sharing scene data"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('openexr' 'boost-libs' 'hdf5')
 makedepends=('cmake' 'boost')
 source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('e98ffaedb98dbc5c53fe9703d3063bb118d32c83c47e3af04c8fc96237034b02fe0fc2c628ca82bdd0e0ef17d9375f4f48e0022ce33380b9ad91970539611ced')
+sha512sums=('94b9c218a2fe6e2e24205aff4a2f6bab784851c2aa15592fb60ea91f0e8038b0c0656a118f3a5cba0d3de8917dd90b74d0e2d1c4ac034b9ee3f5d0741d9f6b70')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -19,8 +19,7 @@
 
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_HDF5=OFF
-    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
+    -DUSE_HDF5=ON
 
   make
 }



More information about the arch-commits mailing list