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
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: | |
Submitter: | ClawOfLight |
Maintainer: | ClawOfLight |
Last Packager: | ClawOfLight |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-29 17:46 |
Last Updated: | 2018-02-24 14:41 |
Dependencies (7)
- bc (bc-gh)
- firejail (firejail-git, firejail-no-apparmor)
- geth (geth-git, go-ethereum)
- vim (vim-qt-git, vim-qt-qt5-git, neovim-drop-in, vim-clipboard, vim-gnome, gvim-hg, neovim-symlinks, vim-git, vim-x11, vim-min, gvim-gtk2, gvim)
- shellcheck (shellcheck-git, shellcheck-bin, shellcheck-git-static) (check)
- pandoc (pandoc-bin, pandoc-sile-git) (make)
- aursec-tui (aursec-tui-git) (optional) – to manually inspect the blockchain.
Required by (2)
Sources (2)
Latest Comments
ClawOfLight commented on 2018-02-26 09:55
NuSkool commented on 2018-02-22 21:31
Thanks, that worked and successfully built aursec.
ClawOfLight commented on 2018-02-22 21:19
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
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
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.