fatou-bin
LOW
maintainer jolars
0 votes
scanned 2026-08-25 21:28:32.222906
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 recent upload and few votes, not malicious content.
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 recent upload and few votes, not malicious content.
PKGBUILD
1
# Maintainer: Johan Larsson <johan@jolars.co>
2
pkgname=fatou-bin
3
pkgver=0.16.0
4
pkgrel=1
5
pkgdesc="A language server, formatter, and linter for Julia"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/jolars/fatou"
8
license=('MIT')
9
depends=('gcc-libs')
10
provides=('fatou')
11
conflicts=('fatou')
12
options=(!strip)
13
source_x86_64=("fatou-$pkgver-x86_64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/fatou-x86_64-unknown-linux-gnu.tar.gz")
14
source_aarch64=("fatou-$pkgver-aarch64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/fatou-aarch64-unknown-linux-gnu.tar.gz")
15
sha256sums_x86_64=('47064ebc5b18537975f90456c7cb718dd2ba488b8650d3b5ffc322c0d4766b9f')
16
sha256sums_aarch64=('e54cba66c47fce5503143ee908a6563d4f08a4e0441587248f68d61217ccf5d0')
17
18
package() {
19
install -Dm755 fatou "$pkgdir/usr/bin/fatou"
20
21
install -Dm644 man/*.1 -t "$pkgdir/usr/share/man/man1/"
22
23
install -Dm644 completions/fatou.bash "$pkgdir/usr/share/bash-completion/completions/fatou"
24
install -Dm644 completions/fatou.fish "$pkgdir/usr/share/fish/vendor_completions.d/fatou.fish"
25
install -Dm644 completions/_fatou "$pkgdir/usr/share/zsh/site-functions/_fatou"
26
27
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-25 21:28@@ -1,6 +1,6 @@ # Maintainer: Johan Larsson <johan@jolars.co> pkgname=fatou-bin-pkgver=0.15.0+pkgver=0.16.0 pkgrel=1 pkgdesc="A language server, formatter, and linter for Julia" arch=('x86_64' 'aarch64')@@ -12,8 +12,8 @@ options=(!strip) source_x86_64=("fatou-$pkgver-x86_64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/fatou-x86_64-unknown-linux-gnu.tar.gz") source_aarch64=("fatou-$pkgver-aarch64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/fatou-aarch64-unknown-linux-gnu.tar.gz")-sha256sums_x86_64=('b5dd86ec6e3b3931c817b1a9fad3301d1ec311b43a192460b7f15c5e3fc7730d')-sha256sums_aarch64=('eb023d5b401e0d82dd0a0745e084c5e997c1995f591b48a269978b49bfe93be7')+sha256sums_x86_64=('47064ebc5b18537975f90456c7cb718dd2ba488b8650d3b5ffc322c0d4766b9f')+sha256sums_aarch64=('e54cba66c47fce5503143ee908a6563d4f08a4e0441587248f68d61217ccf5d0') package() { install -Dm755 fatou "$pkgdir/usr/bin/fatou"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 21:28:32 | Low | 2 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 09:35:23 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 07:25:43 | Low | 1 |