惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
美团技术团队
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
V
V2EX
J
Java Code Geeks
有赞技术团队
有赞技术团队
博客园 - 聂微东
B
Blog RSS Feed
博客园 - 司徒正美

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - maya-arnold
2026-05-30 · via AUR Newest Packages

Pinned Comments

meepzh commented on 2024-02-13 20:18 (UTC) (edited on 2026-05-30 03:12 (UTC) by meepzh)

Autodesk provides a 5.6.1.2 version as an upgrade to the 5.6.0 version bundled with Maya 2027.0. The 5.6.1.2 version of the PKGBUILD requires the standalone executable from the Autodesk Product Updates page. If you don't wish to use 5.6.1.2, you can revert to the 5.6.0 version of the PKGBUILD using the Maya-bundled package.zip with git reset --hard HEAD~3. Thanks!

Latest Comments

meepzh commented on 2025-11-11 10:45 (UTC)

Thank you for sharing those instructions, konokaiden! I'm not sure what happened to the installation files.. I've rolled back that version for now.

konokaiden commented on 2025-11-10 22:54 (UTC) (edited on 2025-11-10 23:53 (UTC) by konokaiden)

I don't see a 5.5.4.2 under the upgrades for a 2026 Linux version, but I do see 5.5.4.1. Using git reset --hard HEAD~1 you can roll this back to the 5.5.4.1 version of PKGBUILD. For any future arch noobs like me, git show HEAD~# (replace # with a number) will show you (in green) what the #th version of this supported.

So in my case, the current version as of 11/10/2025 supports 5.5.4.2, which I can't use. Using git show HEAD~1 from the cloned directory shows me that previous version (1 ago) used 5.5.4.1, so I can use git reset --hard HEAD~1 to make things work.

meepzh commented on 2024-02-13 20:18 (UTC) (edited on 2026-05-30 03:12 (UTC) by meepzh)

Autodesk provides a 5.6.1.2 version as an upgrade to the 5.6.0 version bundled with Maya 2027.0. The 5.6.1.2 version of the PKGBUILD requires the standalone executable from the Autodesk Product Updates page. If you don't wish to use 5.6.1.2, you can revert to the 5.6.0 version of the PKGBUILD using the Maya-bundled package.zip with git reset --hard HEAD~3. Thanks!