Package Details: shellcheck-bin 0.11.0-1

Git Clone URL: https://aur.archlinux.org/shellcheck-bin.git (read-only, click to copy)
Package Base: shellcheck-bin
Description: Shell script analysis tool (binary release, static)
Upstream URL: https://shellcheck.net
Keywords: shell
Licenses: GPL-3.0-only
Conflicts: shellcheck, shellcheck-git, shellcheck-git-static
Provides: shellcheck
Submitter: silvio
Maintainer: silvio
Last Packager: silvio
Votes: 66
Popularity: 3.15
First Submitted: 2022-02-16 07:51 (UTC)
Last Updated: 2025-08-04 15:12 (UTC)

Dependencies (0)

Required by (93)

Sources (3)

Latest Comments

Hanabishi commented on 2025-08-04 15:29 (UTC)

@silvio, hmm, yeah, in this case the binary is not modified as it's already stripped. Adding the line is still useful though, it makes process a bit faster by skipping unnecessary stripping step.

@marmis, not really possible to make it strip compiled binaries, but at the same time do not touch prebuilt deliverables.

marmis commented on 2025-08-04 15:19 (UTC)

@Hanabishi That should go to your /etc/makepkg.conf, so each user has the option to choose if binaries are stripped or not.

silvio commented on 2025-08-04 15:16 (UTC)

@Hanabishi: Good idea, but the binary from github is already stripped...

Hanabishi commented on 2025-08-04 08:34 (UTC)

Consider adding options=(!strip), so the binary would stay unmodified and verifiable against upstream.

watham commented on 2024-07-21 22:59 (UTC)

Thank you for removing the blight/constant updates of Haskell and a million libraries!

AlphaJack commented on 2024-02-27 13:31 (UTC)

Like pandoc and pandoc-bin, the difference between this package and shellcheck available in the official repo, is that shellcheck-bin does not need external dependencies at runtime

silvio commented on 2023-12-27 19:14 (UTC)

@cherkabe There is no new version of shellcheck out. See here: https://github.com/koalaman/shellcheck/releases

cherkaba commented on 2023-12-27 17:40 (UTC)

is it possible to update the .bin? thanx for your job & maintain it

willemw commented on 2022-04-07 07:30 (UTC)

conflicts=("shellcheck") is sufficient.

Strykar commented on 2022-03-25 00:26 (UTC)

Will this require a rebuild every time the Haskell deps are updated?