Package Details: scc-bin 3.2.0-1

Git Clone URL: https://aur.archlinux.org/scc-bin.git (read-only, click to copy)
Package Base: scc-bin
Description: Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Upstream URL: https://github.com/boyter/scc
Licenses: MIT, Unlicense
Conflicts: scc
Submitter: dbaggerman
Maintainer: dbaggerman
Last Packager: dbaggerman
Votes: 3
Popularity: 0.000001
First Submitted: 2020-02-12 09:28 (UTC)
Last Updated: 2024-01-29 04:49 (UTC)

Latest Comments

dbaggerman commented on 2021-02-25 21:51 (UTC)

Hi pjvds, I can't replicate that error.

If you have a cached LICENSE file, could you remove it and let makepkg pull down a fresh copy? There was a formatting change since the last update so you'll need to make sure you've got the latest copy.

pjvds commented on 2021-02-25 16:43 (UTC)

==> Validating source_x86_64 files with sha256sums...
    LICENSE ... FAILED
    scc-3.0.0-x86_64-unknown-linux.zip ... Passed
==> ERROR: One or more files did not pass the validity check!

pjvds commented on 2021-02-25 16:17 (UTC)

cannot pass checksum validation

dbaggerman commented on 2020-03-25 22:35 (UTC)

Thanks robertking. Looks like I copied the wrong link for the license, I've amended it.

robertking commented on 2020-03-25 13:06 (UTC)

makepkg -sric cannot pass checksum validation. It shows

...(omitted)
==> Validating source_x86_64 files with sha256sums...
    LICENSE ... FAILED
    scc-2.12.0-x86_64-unknown-linux.zip ... Passed
==> ERROR: One or more files did not pass the validity check!

On my machine (x86_64), I get a different sha256 sum for LICENSE file:

$ sha256sum LICENSE
8a6254afca513f68196315e0fde5b483e1eddd906a0122652a847a621cd360bc  LICENSE

After changing this checksum in PKGBUILD, I can then install it with makepkg -sric as usual.