





















It is not possible with the way I built the PGKBUILD. What I usually do is create a bash alias with the command to install this and other packages that behave the same way:
alias mumus="paru -S rpcs3-latest-bin pcsx2-latest-bin duckstation-preview-latest-bin"
Then I run the command once and a while.
any idea on how to make this package appear in AUR helpers when there is a new version available? have to manually check it by clean building every time instead
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
This package is heavily inspired by the approach taken on pcsx2-latest-bin. It gets the latest version and therefore eliminates the need to update versions manually. What you have to do is build it every once and a while.
If you use an AUR helper, such as
paruoryay, you can create a bash alias with the command to install this and other packages that behave the same way: