summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-04-23 14:41:26 +0200
committerbartus2021-04-23 14:41:26 +0200
commit2c2b6669016635dee6f468e74bfa626e186c565d (patch)
treed763912d6988a128c670abebc1e5c45d7da6af0f /PKGBUILD
parent8fa9422aea5e461a4517327c44cd5816b5cdb4e5 (diff)
downloadaur-2c2b6669016635dee6f468e74bfa626e186c565d.tar.gz
Add boost python2 lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bceeed4ae09..8c217704d6a6 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}")
source=("git+https://github.com/PixarAnimationStudios/USD.git${_fragment}"
"boost_python2.patch"