summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-04-23 14:43:44 +0200
committerbartus2021-04-23 14:43:44 +0200
commit22fb9aa3171a447577776860fcf83a5a97c647f0 (patch)
tree6dca9628d9d063e299accf69930cdac0b48d899e
parente13fde4b9582083c0ee7ae97b4cd15f52c708bf7 (diff)
downloadaur-22fb9aa3171a447577776860fcf83a5a97c647f0.tar.gz
Rename to usd20
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f24e30ca816..560503a85b8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = usd
+pkgbase = usd20
pkgdesc = 3D VFX pipeline interchange file format.
pkgver = 20.05
pkgrel = 1
@@ -22,6 +22,7 @@ pkgbase = usd
depends = openexr
depends = opensubdiv
provides = usd=20.05
+ conflicts = usd
source = git+https://github.com/PixarAnimationStudios/USD.git#tag=v20.05
source = boost_python2.patch
source = blender.patch
@@ -31,5 +32,5 @@ pkgbase = usd
sha256sums = 95a4934ae8154e1650a024b09ed3237ba7d9411ada089a4b6337cbba9312705a
sha256sums = 5e9dfc3daa97271b959e78737079335907a3536bb8af2d74ef9b8f7529f2f8e5
-pkgname = usd
+pkgname = usd20
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"