Search Criteria
Package Details: scc-bin 3.5.0-2
Package Actions
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 |
Provides: | scc |
Submitter: | dbaggerman |
Maintainer: | dbaggerman |
Last Packager: | dbaggerman |
Votes: | 4 |
Popularity: | 0.33 |
First Submitted: | 2020-02-12 09:28 (UTC) |
Last Updated: | 2025-04-15 03:08 (UTC) |
Latest Comments
dbaggerman commented on 2025-04-15 03:09 (UTC)
Hi tee,
I think that was due to the upstream download link not including a version number in the filename. I've added the explicit local filename, which should avoid those checksum errors when a stale cached source package is present.
tee commented on 2025-04-14 12:57 (UTC)
I keep getting a checksum error while building this package.
Please read https://wiki.archlinux.org/title/PKGBUILD#Sources:~:text=Warning%3A%20The%20downloaded%20source%20filename%20must%20be%20unique and update your PKGBUILD.
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)
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 showsOn my machine (x86_64), I get a different sha256 sum for LICENSE file:
After changing this checksum in PKGBUILD, I can then install it with
makepkg -sric
as usual.