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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 16 00:49:17 UTC 2017


    Date: Monday, January 16, 2017 @ 00:49:17
  Author: svenstaro
Revision: 207537

upgpkg: alembic 1.7.0-1

Push alembic

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 00:43:19 UTC (rev 207536)
+++ PKGBUILD	2017-01-16 00:49:17 UTC (rev 207537)
@@ -10,12 +10,12 @@
 depends=('openexr' 'boost' 'hdf5' 'zlib')
 makedepends=('cmake')
 source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=()
+sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-	mkdir build
+	mkdir build && cd build
 
 	cmake .. \
 		-DUSE_HDF5=ON
@@ -33,4 +33,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-



More information about the arch-commits mailing list