mpvz

maintainer misternegative · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository with a SKIP'd checksum, but sources are from the project's own GitHub, and it is a legitimate build of a Qt6 GUI for mpv with no 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 public Git repository with a SKIP'd checksum, but sources are from the project's own GitHub, and it is a legitimate build of a Qt6 GUI for mpv with no evidence of malicious behavior.

PKGBUILD

1# Maintainer: Abhishek Sharma >
2
3_pkgname=mpvz
4_github="MatsyaOs/${_pkgname}"
5pkgname=${_pkgname}
6pkgver=0.r190.g89208b7
7pkgrel=1
8pkgdesc='Qt6/QML based GUI for libmpv. Based on the Tethys theme for Bomi.'
9url="https://github.com/${_github}"
10conflicts=("${_pkgname}")
11provides=("${_pkgname}")
12arch=('i686' 'x86_64')
13license=('GPL2')
14makedepends=('git')
15depends=('qt6-wayland' 'qt6-quickcontrols2' 'mpv')
16source=("${_pkgname}::git+https://github.com/${_github}")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/${_pkgname}"
21 printf '0.r%s.g%s' \
22 "$(git rev-list --count master)" \
23 "$(git log -1 --format='%h')"
24}
25
26prepare() {
27 mkdir -p "${srcdir}/${_pkgname}/build"
28}
29
30build() {
31 cd "${srcdir}/${_pkgname}/build"
32 qmake ..
33 make
34}
35
36package() {
37 cd "${srcdir}/${_pkgname}/build"
38 make INSTALL_ROOT="${pkgdir}/" install
39}
40

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 23:17:02 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