I'm currently seeing the following error:
==> ERROR: One or more files did not pass the validity check!
apparently due to a SHA-256 mismatch with the downloaded source package (https://github.com/dstein64/vim-startuptime/archive/v4.3.0.tar.gz). Running sha256sum on the package produces the following SHA-256 digest instead:
sha256sum
ace2996488de287620c0ba85d70700564f2fefb20438c0aa8e3101fb100e2437
This should probably be fixed. Editing the PKGBUILD and replacing the sha256sums with the value above fixes the build error for me.
PKGBUILD
sha256sums
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I'm currently seeing the following error:
apparently due to a SHA-256 mismatch with the downloaded source package (https://github.com/dstein64/vim-startuptime/archive/v4.3.0.tar.gz). Running
sha256sumon the package produces the following SHA-256 digest instead:This should probably be fixed. Editing the
PKGBUILDand replacing thesha256sumswith the value above fixes the build error for me.