anich

LOW
maintainer Aurora-xk 0 votes scanned 2026-09-24 07:42:22.111601
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal AUR practice; the low severity is due to the binary nature and unverifiable source, but it comes from a legitimate project host with a matching checksum.

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 AUR practice; the low severity is due to the binary nature and unverifiable source, but it comes from a legitimate project host with a matching checksum.

PKGBUILD

1# Maintainer: aurora <aurora@example.com>
2pkgname=anich
3pkgver=1.5.25
4pkgrel=1
5pkgdesc='一个支持超分辨率的在线动漫弹幕APP。多平台,多番剧源,多弹幕,高清无广告。追番看番必备软件。'
6arch=('x86_64')
7url='https://github.com/Sle2p/AniCh'
8license=('unknown')
9depends=('gtk3' 'mpv')
10optdepends=('libappindicator-gtk3: tray icon support')
11conflicts=('anich-bin' 'anich-app-bin')
12options=('!strip')
13source=("${pkgname}-${pkgver}.zip::https://github.com/Sle2p/AniCh/releases/download/${pkgver}/anich-linux-${pkgver}.zip")
14sha256sums=('d3d9c7f054f450d9a6cfca5c6018aecb88ad101b21729adf6c5efdfb629674df')
15
16package() {
17 # 安装二进制包到 /opt/anich
18 install -dm755 "${pkgdir}/opt/anich"
19 cp -a "${srcdir}/anich" "${pkgdir}/opt/anich/"
20 cp -a "${srcdir}/data" "${pkgdir}/opt/anich/"
21 cp -a "${srcdir}/lib" "${pkgdir}/opt/anich/"
22
23 # 设置可执行权限
24 chmod +x "${pkgdir}/opt/anich/anich"
25
26 # 创建符号链接到 /usr/bin
27 install -dm755 "${pkgdir}/usr/bin"
28 ln -s /opt/anich/anich "${pkgdir}/usr/bin/anich"
29
30 # 桌面入口文件
31 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/anich.desktop" <<EOF
32[Desktop Entry]
33Name=AniCh
34Comment=一个支持超分辨率的在线动漫弹幕APP
35Exec=/opt/anich/anich %U
36Icon=anich
37Terminal=false
38Type=Application
39Categories=AudioVideo;Video;Player;
40StartupWMClass=anich
41EOF
42
43 # 安装图标
44 install -Dm644 "${pkgdir}/opt/anich/data/flutter_assets/assets/images/icon.png" \
45 "${pkgdir}/usr/share/pixmaps/anich.png"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 07:42:22 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