pilinara-bin

maintainer nlsdt · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a prebuilt binary tarball hosted on GitHub Releases and includes a desktop file from raw.githubusercontent.com; while the source is not locally built and one checksum is skipped, the hosts are plausibly the project's official infrastructure, and the installed files are standard application assets without evidence of malicious behavior.

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 builds from a prebuilt binary tarball hosted on GitHub Releases and includes a desktop file from raw.githubusercontent.com; while the source is not locally built and one checksum is skipped, the hosts are plausibly the project's official infrastructure, and the installed files are standard application assets without evidence of malicious behavior.

PKGBUILD

1# Maintainer: nlsdt <nlsdt@nlsdt.cc>
2
3pkgname=pilinara-bin
4_pkgname=pilinara
5pkgver=2.1.0.2
6pkgrel=1
7url="https://github.com/Starfallan/PiliNara"
8pkgdesc="PiliPlus 的第三方Fork版本,做了一些自用改动"
9arch=('x86_64')
10license=('GPL-3.0-or-later')
11depends=('gtk3' 'mpv' 'libayatana-appindicator' 'webkit2gtk-4.1')
12provides=('pilinara')
13conflicts=('pilinara' 'pilinara-git')
14options=('!debug' '!strip')
15
16source_x86_64=("https://github.com/Starfallan/PiliNara/releases/download/2.1.0.2-beta1/PiliNara_linux_2.1.0+5534_amd64.tar.gz"
17 "com.example.pilinara.desktop::https://raw.githubusercontent.com/Starfallan/PiliNara/main/assets/linux/com.example.pilinara.desktop")
18sha256sums_x86_64=('5f63c58e3bfa6b7d76e00650c525359cc9a5f53e2ef9ab81a8606096737efdd7'
19 'SKIP')
20
21package() {
22 # 建立目录
23 install -d "$pkgdir/opt/$_pkgname"
24 install -d "$pkgdir/usr/bin"
25 # 安装文件
26 install -Dm755 "$srcdir/$_pkgname" "$pkgdir/opt/$_pkgname/$_pkgname"
27 cp -a "$srcdir/lib" "$pkgdir/opt/$_pkgname/"
28 cp -a "$srcdir/data" "$pkgdir/opt/$_pkgname/"
29 # 安装图标
30 install -Dm644 "$srcdir/data/flutter_assets/assets/images/logo/logo.png" \
31 "$pkgdir/usr/share/icons/hicolor/512x512/apps/$_pkgname.png"
32 # 安装 .desktop
33 install -Dm644 "$srcdir/com.example.$_pkgname.desktop" \
34 "$pkgdir/usr/share/applications/com.example.$_pkgname.desktop"
35 # 链接主程序
36 ln -s "/opt/$_pkgname/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
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 19:25:44 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