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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 23 10:50:46 UTC 2017


    Date: Monday, January 23, 2017 @ 10:50:45
  Author: svenstaro
Revision: 208489

upgpkg: alembic 1.7.0-3

boost-libs as dep and boost as makedep

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 09:47:43 UTC (rev 208488)
+++ PKGBUILD	2017-01-23 10:50:45 UTC (rev 208489)
@@ -2,13 +2,13 @@
 
 pkgname=alembic
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A open framework for storing and sharing scene data"
 arch=('i686' 'x86_64')
 url="http://www.alembic.io/"
 license=('BSD3')
-depends=('openexr' 'boost' 'hdf5' 'zlib')
-makedepends=('cmake')
+depends=('openexr' 'boost-libs' 'hdf5' 'zlib')
+makedepends=('cmake' 'boost')
 source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
 sha512sums=('90aa621f03b13589fd64416b7cfa5125ca73d551a1115f576a36c0821d6272117ce130874491f05c725fb7dbc18794a7aaccdbb9ba79ede9a51f3d378a7911b5')
 



More information about the arch-commits mailing list