tracy-chroma-bin

maintainer xiota · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice; the low severity is due to the flagged metadata (few votes, recent upload), not inherent risk.

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%): The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice; the low severity is due to the flagged metadata (few votes, recent upload), not inherent risk.

PKGBUILD

1# Maintainer:
2
3_pkgname="tracy-chroma"
4pkgname="$_pkgname-bin"
5pkgver=0.8.9
6pkgrel=1
7pkgdesc="Basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files"
8url="https://github.com/gear-genomics/tracy"
9license=('BSD-3-Clause')
10arch=('x86_64' 'aarch64')
11
12provides=("$_pkgname")
13conflicts=("$_pkgname")
14
15case "${CARCH::1}" in
16 x)
17 _bin_suffix="amd64"
18 ;;
19 a)
20 _bin_suffix="arm64"
21 ;;
22esac
23
24_bin_name="tracy-v$pkgver-linux"
25_license="$_pkgname-$pkgver-LICENSE.txt"
26source=("$_license"::"https://github.com/gear-genomics/tracy/raw/refs/tags/v0.8.9/LICENSE")
27source_x86_64=("$url/releases/download/v${pkgver}/$_bin_name-amd64")
28source_aarch64=("$url/releases/download/v${pkgver}/$_bin_name-arm64")
29
30sha256sums=('9189a2635502bb636e2456acd15288cd56ce94f06ed28b4ffabd923194d95ecc')
31sha256sums_x86_64=('293d32f755f177b857684350f17c1580aa3681fb5842cca3091b5d86cabc6e97')
32sha256sums_aarch64=('c9bfda047e5ae2f1680b5e40a80aa34c4bbc20fcffb00d79d0c4f1cab107955e')
33
34package() {
35 install -Dm755 "$_bin_name-$_bin_suffix" "$pkgdir"/usr/bin/tracy-chroma
36 install -Dm644 "$_license" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 01:22:21 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