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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 3 09:20:54 UTC 2021


    Date: Tuesday, August 3, 2021 @ 09:20:54
  Author: arojas
Revision: 993502

Drop unused openexr dependency. It is only used in some plugins which are not built

Modified:
  usd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-03 09:09:28 UTC (rev 993501)
+++ PKGBUILD	2021-08-03 09:20:54 UTC (rev 993502)
@@ -2,12 +2,12 @@
 # Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
 pkgname=usd
 pkgver=21.05
-pkgrel=5
+pkgrel=6
 pkgdesc="3D VFX pipeline interchange file format"
 arch=('x86_64')
 url="https://graphics.pixar.com/usd/docs/index.html"
 license=('Apache')
-depends=('boost-libs' 'glew' 'openexr' 'opensubdiv' 'python' 'pyside2' 'python-opengl' 'ptex')
+depends=('boost-libs' 'glew' 'opensubdiv' 'python' 'pyside2' 'python-opengl' 'ptex')
 makedepends=('boost' 'cmake' 'intel-tbb' 'ninja' 'qt5-base')
 provides=("usd=${pkgver}")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/USD/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list