summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e81f041a64ee..40baeb965ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ else
eval "makedepends+=( python2-{jinja,pyside-tools} )"
fi
-pkgname=usd
+pkgname=usd20
pkgver=${_ver#v}
pkgrel=1
pkgdesc="3D VFX pipeline interchange file format."
@@ -25,6 +25,7 @@ url="https://graphics.pixar.com/usd/docs/index.html"
license=('Apache')
depends+=(boost{,-python2}-libs 'glew' 'openexr' 'opensubdiv')
makedepends+=(boost{,-python2} 'cmake' 'git' 'intel-tbb' 'ninja')
+conflicts=("usd")
provides=("usd=${pkgver}")
source=("git+https://github.com/PixarAnimationStudios/USD.git${_fragment}"
"boost_python2.patch"