summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 232a189ce087..3344b8d44b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,8 +23,8 @@ 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')
-makedepends+=('boost' 'cmake' 'git' 'intel-tbb' 'ninja')
+depends+=(boost{,-python2}-libs 'glew' 'openexr' 'opensubdiv')
+makedepends+=(boost{,-python2} 'cmake' 'git' 'intel-tbb' 'ninja')
provides=("usd=${pkgver}")
conflicts=("usd")
source=("git+https://github.com/PixarAnimationStudios/USD.git${_fragment}"