jj-bond-bin

maintainer TD-Sky · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged Package downloads prebuilt binaries from the project's own GitHub releases; checksums are provided and match official releases, but the low vote count and recent upload are noted.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package downloads prebuilt binaries from the project's own GitHub releases; checksums are provided and match official releases, but the low vote count and recent upload are noted.

PKGBUILD

1# Maintainer: Collide <three-dim-sky@foxmail.com>
2# https://github.com/TD-Sky/PKGBUILDs
3
4pkgname=jj-bond-bin
5_pkgname=${pkgname%-bin}
6pkgver=0.1.3
7pkgrel=1
8pkgdesc="jujutsu TUI"
9arch=('x86_64' 'aarch64')
10url="https://github.com/TD-Sky/jj-bond"
11license=('MIT')
12provides=("${_pkgname}")
13conflicts=("${_pkgname}")
14depends=('jujutsu')
15source_x86_64=("${pkgname}-x86_64-${pkgver}.zip::$url/releases/download/v${pkgver}/${_pkgname}-x86_64-unknown-linux-musl.zip")
16source_aarch64=("${pkgname}-aarch64-${pkgver}.zip::$url/releases/download/v${pkgver}/${_pkgname}-aarch64-unknown-linux-musl.zip")
17sha256sums_x86_64=('0d3af9c9ef3e849b779fd70b95f43af6d6f61f607a9511b0f1d1782779c54e23')
18sha256sums_aarch64=('9f8b66887d0fd5edb3b6509e3fec2830f824609cbdf0ac5295d6f6776ffc70f1')
19options=(!strip !lto !debug)
20
21package() {
22 local _target="${_pkgname}-${CARCH}-unknown-linux-musl"
23
24 install -Dm755 "${_target}/jb" "${pkgdir}/usr/bin/jb"
25 install -Dm644 "${_target}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 17:30:51 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion