summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD3
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 157964290ec3..e359c1b9e2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = maya-rokoko-motion-library
depends = maya>=2022
depends = maya<2023.0
options = !strip
- source = manual://RokokoMotionLibraryMaya2022-2.0.0-1.x86_64.rpm
+ source = https://cdn.rokoko.com/motion-library/autodesk-maya/2022/2.0.0/RokokoMotionLibraryMaya2022-2.0.0-1.x86_64.rpm
sha256sums = ef2322c0584f21d0df8016a1126b0419682dbc91eab856fe243a2d752ae0a253
pkgname = maya-rokoko-motion-library
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 4867a0094b74..a1763f303d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,7 @@ url='https://www.rokoko.com/motion-library'
license=('custom')
depends=('maya>=2022' 'maya<2023.0')
-DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
-source=("manual://RokokoMotionLibraryMaya$_mayaver-$pkgver-1.x86_64.rpm")
+source=("https://cdn.rokoko.com/motion-library/autodesk-maya/2022/2.0.0/RokokoMotionLibraryMaya2022-2.0.0-1.x86_64.rpm")
sha256sums=('ef2322c0584f21d0df8016a1126b0419682dbc91eab856fe243a2d752ae0a253')
options=(!strip)