There is currently a bug with shellcheck that prevents parsing aursec-parse-srcinfo. You can build the package with --nocheck until that is fixed upstream.
Search Criteria
Package Details: aursec 0.12.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aursec.git (read-only, click to copy) |
|---|---|
| Package Base: | aursec |
| Description: | Verify AUR package sources against hashes stored in a blockchain. |
| Upstream URL: | https://github.com/clawoflight/aursec |
| Licenses: | custom:MPL2 |
| Submitter: | ClawOfLight |
| Maintainer: | ClawOfLight |
| Last Packager: | ClawOfLight |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-11-29 17:46 (UTC) |
| Last Updated: | 2018-02-24 14:41 (UTC) |
Dependencies (7)
- bc (bc-ghAUR)
- firejail (firejail-noapparmor-gitAUR, firejail-gitAUR)
- geth (geth-gitAUR, go-ethereum)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- shellcheck (shellcheck-gitAUR, shellcheck-binAUR) (check)
- aursec-tuiAUR (aursec-tui-gitAUR) (optional) – to manually inspect the blockchain.
Required by (2)
Sources (2)
Latest Comments
ClawOfLight commented on 2018-02-26 09:55 (UTC)
NuSkool commented on 2018-02-22 21:31 (UTC)
Thanks, that worked and successfully built aursec.
ClawOfLight commented on 2018-02-22 21:19 (UTC)
Shellcheck keeps changing rules under our butts :) Just makepkg --nocheck for now, we'll look into the new errors.
NuSkool commented on 2018-02-22 21:07 (UTC) (edited on 2018-02-22 21:12 (UTC) by NuSkool)
Could not build package. Shellcheck reports error, then makepkg fails. Sorry for bad format on error paste...
In bin/aursec-parse-srcinfo line 25: if [[ "$val" =~ .::(.git(@|+http).|.svn(+http|://).|.bzr+http.|.hg+http.*) ]]; then ^-- SC1009: The mentioned parser error was in this regex grouping. ^-- SC1073: Couldn't parse this regex grouping. ^-- SC1072: Unexpected . Fix any mentioned problems and try again.
make: *** [Makefile:15: check] Error 1 ==> ERROR: A failure occurred in check(). Aborting...
Pinned Comments
ClawOfLight commented on 2018-02-26 09:55 (UTC)
There is currently a bug with shellcheck that prevents parsing aursec-parse-srcinfo. You can build the package with --nocheck until that is fixed upstream.