summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Tang2022-06-28 16:00:00 +0800
committerWilliam Tang2022-06-28 16:00:00 +0800
commit773800c6bc688184d0da452399f2c42f36009c55 (patch)
treeccd28793be2b1ba7ab69f75be14c552009b0160a
parentff5aeb6d8cd4fa5dba61bcef4ff0022b1ef96ee5 (diff)
downloadaur-773800c6bc688184d0da452399f2c42f36009c55.tar.gz
Update dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87ca91a720f..6ecda8235798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = maya-arnold
pkgdesc = Autodesk Maya Arnold Renderer Plugin
pkgver = 5.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.arnoldrenderer.com/arnold/arnold-for-maya/
arch = x86_64
license = custom
depends = maya>=2023
depends = maya<2024
- depends = smbclient
- optdepends = maya-usd: Universal Scene Discription Support
+ optdepends = maya-usd: Universal scene description support
+ optdepends = maya-bifrost: Bifrost effects support
options = !strip
source = manual://package.zip
sha256sums = d06498e4d77bc4b791ab3d797aee81f2d86d3c4d543e59c588044ece24d14640
diff --git a/PKGBUILD b/PKGBUILD
index a7de3aa4dcd4..00bb377b7237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=maya-arnold
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Autodesk Maya Arnold Renderer Plugin'
arch=('x86_64')
url='https://www.arnoldrenderer.com/arnold/arnold-for-maya/'
license=('custom')
-depends=('maya>=2023' 'maya<2024' 'smbclient')
-optdepends=('maya-usd: Universal Scene Discription Support')
+depends=('maya>=2023' 'maya<2024')
+optdepends=('maya-usd: Universal scene description support'
+ 'maya-bifrost: Bifrost effects support')
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
source=('manual://package.zip')