summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Zhou2022-04-16 00:33:11 -0400
committerRobert Zhou2022-04-16 00:33:11 -0400
commit12675c8eabf737cfa1e4faf19d52fb77a18a6c35 (patch)
tree4c6052663ced5da5a3399b7b978d304575c68052
parente2ea63529bed154b849280083786b314a3861b8b (diff)
downloadaur-12675c8eabf737cfa1e4faf19d52fb77a18a6c35.tar.gz
Update to 2.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD10
3 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a647b064d84..4051e1b6b6ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = maya-substance
pkgdesc = Autodesk Maya Substance Plugin
- pkgver = 2.1.9
+ pkgver = 2.2.2
pkgrel = 1
url = https://www.substance3d.com/ecosystem-plug-ins/substance-in-maya
arch = x86_64
license = custom
- depends = maya>=2022.0
- depends = maya<2023.0
+ depends = maya>=2023.0
+ depends = maya<2024.0
options = !strip
- source = manual://SubstanceInMaya-2.1.9-2022-Linux.rpm
- sha256sums = 025dd73d895bb721f73847bbd88ed2f28ce3a653223d609210ebab4a4d9cf375
+ source = manual://AdobeSubstance3DforMaya-2.2.2-2023.Linux.rpm
+ sha256sums = b7d9757312328e932f015210f3e904faa9f7daefb92f189043b1a64f08ad0e89
pkgname = maya-substance
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..60a46bdccdac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.rpm
+*.zst
+src/
+pkg/
+
diff --git a/PKGBUILD b/PKGBUILD
index e8b32f3964a8..3bd1fab4cdf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: William Tang <galaxyking0419@gmail.com>
-_mayaver=2022
+_mayaver=2023
pkgname=maya-substance
-pkgver=2.1.9
+pkgver=2.2.2
pkgrel=1
pkgdesc='Autodesk Maya Substance Plugin'
arch=('x86_64')
url='https://www.substance3d.com/ecosystem-plug-ins/substance-in-maya'
license=('custom')
-depends=('maya>=2022.0' 'maya<2023.0')
+depends=('maya>=2023.0' 'maya<2024.0')
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
-source=("manual://SubstanceInMaya-$pkgver-$_mayaver-Linux.rpm")
-sha256sums=('025dd73d895bb721f73847bbd88ed2f28ce3a653223d609210ebab4a4d9cf375')
+source=("manual://AdobeSubstance3DforMaya-$pkgver-$_mayaver.Linux.rpm")
+sha256sums=('b7d9757312328e932f015210f3e904faa9f7daefb92f189043b1a64f08ad0e89')
options=(!strip)