diff options
author | Robert Zhou | 2023-12-04 17:19:02 -0800 |
---|---|---|
committer | Robert Zhou | 2023-12-04 17:19:02 -0800 |
commit | 82c967349e181696189b32ba0f7fc0f7dbc80d62 (patch) | |
tree | 370f2352752c4fc97fc7059f0f984feb40be2526 | |
parent | 3e4352cdd60d3669f4191242f29b4627b071daf7 (diff) | |
download | aur-82c967349e181696189b32ba0f7fc0f7dbc80d62.tar.gz |
Forgot maya-usd dependency
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ pkgbase = maya-lookdevx license = custom depends = maya>=2024 depends = maya<2025.0 + depends = maya-usd options = !strip source = manual://LookdevX.rpm b2sums = eb7a1d8a3f9125408f93511e16bbdea93d0dac2fb12c30d9bd7a1a3aafa3d3bdd19dd51ffbac70c0cbad55894c8a24fd4b64f02dfb93dcc5d974ea5fc3a06639 @@ -10,7 +10,7 @@ pkgdesc='Artist-friendly look-development system with graph shading objects and arch=('x86_64') url='https://help.autodesk.com/view/MAYAUL/2024/ENU/?guid=LookDevX_LookdevX_html' license=('custom') -depends=('maya>=2024' 'maya<2025.0') +depends=('maya>=2024' 'maya<2025.0' 'maya-usd') DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please unbundle the rpm from the Maya download') source=("manual://LookdevX.rpm") |