summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-04-23 14:43:44 +0200
committerbartus2021-04-23 14:43:44 +0200
commit22fb9aa3171a447577776860fcf83a5a97c647f0 (patch)
tree6dca9628d9d063e299accf69930cdac0b48d899e /PKGBUILD
parente13fde4b9582083c0ee7ae97b4cd15f52c708bf7 (diff)
downloadaur-22fb9aa3171a447577776860fcf83a5a97c647f0.tar.gz
Rename to usd20
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"