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

Antonio Rojas arojas at archlinux.org
Fri Apr 23 21:55:42 UTC 2021


    Date: Friday, April 23, 2021 @ 21:55:42
  Author: arojas
Revision: 923446

Depend only on imath

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 21:41:41 UTC (rev 923445)
+++ PKGBUILD	2021-04-23 21:55:42 UTC (rev 923446)
@@ -2,12 +2,12 @@
 
 pkgname=alembic
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An open framework for storing and sharing scene data"
 arch=('x86_64')
 url="http://www.alembic.io/"
 license=('BSD')
-depends=('openexr' 'boost-libs' 'hdf5')
+depends=('imath' 'boost-libs' 'hdf5')
 makedepends=('cmake' 'boost' 'ninja')
 source=($pkgname-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
 sha512sums=('23fc881863741f7fd081342f5c53c1ec3d00ab300ba8cd10e4a659ee820a9ed1244cf7cf2fd40482f6be32b9d7df44128363246e942bd03c802f3a2a81533b57')



More information about the arch-commits mailing list