qmtui-bin

LOW
maintainer Yueyuri 0 votes scanned 2026-09-11 11:22:29.167775
View on AUR
Why flagged

The package installs prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the binaries are verified via checksums, and the package does not execute arbitrary remote code or exfiltrate data.

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 prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the binaries are verified via checksums, and the package does not execute arbitrary remote code or exfiltrate data.

PKGBUILD

1# Maintainer: Yuzuki <lxf74663@gmail.com>
2
3pkgname=qmtui-bin
4_pkgname=qmtui
5pkgver=0.3.2
6pkgrel=2
7_upstream_pkgrel=1
8pkgdesc="Linux terminal qqmusic player (.NET 10 Native AOT pre-built package)"
9arch=('x86_64' 'aarch64')
10url="https://github.com/Viemean/qmtui"
11license=('MIT')
12depends=(
13 'gstreamer'
14 'gst-plugins-base'
15 'gst-plugins-good'
16 'gst-plugins-bad'
17 'libpulse'
18)
19depends_x86_64=(
20 'qemu-user'
21)
22
23optdepends=(
24 'gst-libav: additional audio codecs (AAC/M4A) support'
25 'wl-clipboard: Wayland clipboard support for copying song links'
26 'xclip: X11 clipboard support for copying song links'
27)
28
29provides=('qmtui' 'qqmusic-tui' 'qmtui-bin')
30conflicts=('qmtui' 'qqmusic-tui' 'qqmusic-tui-bin')
31replaces=('qqmusic-tui' 'qqmusic-tui-bin')
32
33source_x86_64=("${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::https://github.com/Viemean/qmtui/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_upstream_pkgrel}-x86_64.pkg.tar.zst")
34source_aarch64=("${pkgname}-${pkgver}-${pkgrel}-aarch64.pkg.tar.zst::https://github.com/Viemean/qmtui/releases/download/v${pkgver}/${pkgname}-${pkgver}-${_upstream_pkgrel}-aarch64.pkg.tar.zst")
35sha256sums_x86_64=('b0e8c1f1ae1fb660ac86c061afe3107c740d5ca7609d4087dbe90ff49956331a')
36sha256sums_aarch64=('b111f7db881c0a98275e3da3e29c6688985735b3222d92509baee08b2761f3b0')
37
38package() {
39 cp -a "${srcdir}/usr" "${pkgdir}/"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 11:22:29 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