Thanks @musdus for the report -- I've DRYed the filename into a variable.
Search Criteria
Package Details: aurscan-manticore-release-git 0.6.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aurscan-manticore-release-git.git (read-only, click to copy) |
|---|---|
| Package Base: | aurscan-manticore-release-git |
| Description: | LLM-powered pre-build malware scanner for AUR packages (with paru / yay hooks) -- git release |
| Upstream URL: | https://github.com/manticore-projects/aurscan |
| Licenses: | Apache-2.0 |
| Conflicts: | aurscan, aurscan-manticore-bin-release-git, aurscan-manticore-release-git |
| Submitter: | Ataraxy |
| Maintainer: | Ataraxy |
| Last Packager: | Ataraxy |
| Votes: | 3 |
| Popularity: | 2.07 |
| First Submitted: | 2026-06-20 12:16 (UTC) |
| Last Updated: | 2026-06-30 16:00 (UTC) |
Dependencies (8)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
- claude-codeAUR (claude-code-stableAUR, claude-code-stable-binAUR) (optional) – keyless backend via your Claude subscription
- openai-codex (openai-codex-gitAUR, openai-codex-reasoningAUR, openai-codex-reasoning-binAUR, openai-codex-binAUR) (optional) – keyless backend via your Codex subscription
- paruAUR (paru-binAUR, paru-gitAUR, paru-patchAUR, paru-alpm-binAUR) (optional) – sparu wrapper, PreBuildCommand hook, and --update-check
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR) (optional) – open mail client for mailing-list reports
- yayAUR (yay-gitAUR, yay-binAUR) (optional) – syay wrapper, editor-gate hook, and --update-check
Required by (0)
Sources (2)
Latest Comments
Ataraxy commented on 2026-06-30 16:09 (UTC)
musdus commented on 2026-06-25 08:04 (UTC) (edited on 2026-06-25 08:04 (UTC) by musdus)
Bug: filename mismatch in prepare() breaks build.
source= downloads the GPG key as andreas-manticore-projects.gpg, but prepare() line 47 references andreas@manticore-projects.com.gpg — the file is never found and the build fails:
/PKGBUILD: line 47: src/andreas@manticore-projects.com.gpg: No such file or directory
Fix line 47: gpg --dearmor < "${srcdir}/andreas-manticore-projects.gpg" > "${srcdir}/keyring.gpg"
Ataraxy commented on 2026-06-20 12:24 (UTC) (edited on 2026-06-20 12:24 (UTC) by Ataraxy)
To skip the LLM checking (which fails closed):
alias paru='AURSCAN_RULES_ONLY=1 /usr/bin/sparu'
alias yay='AURSCAN_RULES_ONLY=1 /usr/bin/syay'
Pinned Comments
Ataraxy commented on 2026-06-20 12:24 (UTC) (edited on 2026-06-20 12:24 (UTC) by Ataraxy)
To skip the LLM checking (which fails closed):