


















Is there a specific reason this package requires java-environment and not java-runtime? In my understanding the latter is more than sufficient for running things (tested with latest jre-openjdk), with the added benefit of being only a 30MB download as opposed to the former's 300MB.
Odd, this package is linked to the github actions for automatic updates. It seems it has triggered on a pre-release, causing the version v5.0_alpha2. For now I have manually updated it to the correct 4.7.2 version, I will have to look into how to prevent it from updating to pre-release verions in the future.
What is version v5.0_alpha2? It should be 4.7.2.
That hopefully has been fixed already (I only just read your comment). This repository is linked to the GitHub workflow of the official Unciv GitHub so it should always be up to date. Weird that it would have been outdated for a short while, I might have to look into that.
There is a patch to 4.5.16.1-1 that fixes a bug crashing the game. Current version is unusable because of this.
On Gnome, the Icon=unciv (in Unciv.desktop) does not work. This can be solved by using full path of icon in Unciv.desktop or installing icons to /usr/share/icons.
Woops... we should revert the last commit, sorry but I was tired
No, it does not. AUR versions may not contain a - so it is changed to a _ in the PKGBUILD. The _pkgver variabele represents the "GitHub version" and the pkgver variable the AUR version.
Edit: this is of course only relevant for the patch releases, which contain a -.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I can't say for sure why. Looking at the
PKGBUILDhistory, it has over time changed fromjre8-openjdk->java-runtime>=8->java-runtime->java-environment>8->java-environment(apparently the>=8didn't function properly, which explains a lot of these changes).I think changing it to
java-runtimeshouldn't cause any problems so I will do that (see 1c6bc8412419).