jellypilot-bin

LOW
maintainer hewel 0 votes scanned 2026-09-09 17:19:54.604292
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR binary packages; the source is verifiable via a provided checksum, and the binary is from a trusted project host.

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 installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR binary packages; the source is verifiable via a provided checksum, and the binary is from a trusted project host.

PKGBUILD

1# Maintainer: Hewel <13846369+hewel@users.noreply.github.com>
2
3pkgname=jellypilot-bin
4pkgver=2.1.1
5pkgrel=1
6pkgdesc='Jellyfin and Emby companion app: cast receiver and library browser driving external MPV (prebuilt binary)'
7arch=('x86_64')
8url='https://github.com/hewel/jellypilot'
9license=('MIT')
10depends=(
11 'gtk3'
12 'mpv'
13 'libxkbcommon'
14 'wayland'
15)
16provides=('jellypilot')
17conflicts=('jellypilot')
18options=('!strip' '!debug')
19_pkgrel=1
20source=(
21 "$pkgname-$pkgver.pkg.tar.zst::$url/releases/download/v$pkgver/jellypilot-$pkgver-$_pkgrel-x86_64.pkg.tar.zst"
22)
23noextract=("$pkgname-$pkgver.pkg.tar.zst")
24# Filled from the GitHub release SHA256SUMS when publishing to the AUR.
25sha256sums=('07ab40c42d9341e96c0f0d7b26b16ae519d851bfa39c4736242ab2e6d9f969e2')
26
27package() {
28 bsdtar -x \
29 --exclude='.BUILDINFO' \
30 --exclude='.MTREE' \
31 --exclude='.PKGINFO' \
32 -C "$pkgdir" \
33 -f "$srcdir/$pkgname-$pkgver.pkg.tar.zst"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 17:19:54 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