



















The problems are as follows:
The .tar.gz source offered on the release page should be used instead of git+, this improves bandwidth efficency, and installation times, though minor.
A LICENSE file is missing.
The license=GPL-1.0-only is incorrect. This package should use GPL-3.0.
The provides and conflicts lines are redundant. The base package shouldn't provide or conflict itself. The replace line already handles the previous ananicy-rules-git package. As for the git version of this package, I would inform them when this one is fixed.
Here's a gist if you want a straightforward solution: https://gist.github.com/asyync1024/7d69dc4d930c0183517fa0d7418c182a I have also "fixed" the Maintainer and Contributor tags by removing obfuscation.
Thanks!
Hey! There are some problems in your PKGBUILD, and I would love to take care of them. Can you possibly add me as a co-maintainer? Thanks!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Thanks for the report!
The GPL-1.0-only license tag was indeed wrong, fixed to GPL-3.0-only.
For the remaining changes: both the git+#tag and auto-generated tarball are considered equally transparent sources per Arch RFC 0046. I switched to the .tar.gz tarball primarily to drop the git makedependency.
The provides and conflicts entries alongside replaces were there for historical reasons during the transition away from the old ananicy-rules-git package. Now that the migration period is well past, they've been cleaned up.