Search Criteria
Package Details: jaq-git 3.1.0.15.gb3365b2a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jaq-git.git (read-only, click to copy) |
|---|---|
| Package Base: | jaq-git |
| Description: | A jq clone |
| Upstream URL: | https://github.com/01mf02/jaq |
| Licenses: | MIT |
| Conflicts: | jaq, jq |
| Provides: | jaq, jq |
| Submitter: | oech3 |
| Maintainer: | oech3 |
| Last Packager: | oech3 |
| Votes: | 1 |
| Popularity: | 0.018524 |
| First Submitted: | 2025-11-09 11:21 (UTC) |
| Last Updated: | 2026-06-27 06:47 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- mimalloc (mimalloc-gitAUR)
- jotdown (jotdown-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Required by (1558)
- 18xx-maker-git (requires jq) (make)
- 1pass-git (requires jq)
- aaxtomp3 (requires jq) (optional)
- acceptarium-git (requires jq) (make)
- adsbexchange-stats-git (requires jq)
- advantagescope-git (requires jq) (make)
- aemet-cli (requires jq)
- aero-browser (requires jq) (make)
- aero-browser-git (requires jq) (make)
- affine (requires jq) (make)
- agendapp (requires jq) (make)
- agent-browser (requires jq) (make)
- agent-glovebox (requires jq)
- ai-browser-git (requires jq) (make)
- ai-gate (requires jq) (make)
- ai-quota-waybar-git (requires jq)
- aider-chat-venv (requires jq) (make)
- aingdesk-git (requires jq) (make)
- aionui (requires jq) (make)
- aitasks (requires jq)
- Show 1538 more...
Latest Comments
oech3 commented on 2026-06-26 12:40 (UTC)
Thankyou. But I cannot drop
jotdown:So I'll fix makedep later.
alerque commented on 2026-06-26 12:19 (UTC)
Actually it looks like you don't need
jotdownat all for building the man page, that only goes into the XHTML manual, not the man page.Also invoke the man page build with
make -C docs JAQ=target/release/jaq jaq.1to avoid having to completely build jaq itself twice during the build phase.alerque commented on 2026-06-26 12:04 (UTC)
The dependency tags are wrong here, optdepends are for optional run time dependencies not build time dependencies. You need to use
makedepends=(jotdown)and eliminate the check for it in the build function. It is not used at run time and hence does not need to be in either depends or optdepends.