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}"
5
pkgname=${_pkgname}
6
pkgver=0.r190.g89208b7
7
pkgrel=1
8
pkgdesc='Qt6/QML based GUI for libmpv. Based on the Tethys theme for Bomi.'
9
url="https://github.com/${_github}"
10
conflicts=("${_pkgname}")
11
provides=("${_pkgname}")
12
arch=('i686' 'x86_64')
13
license=('GPL2')
14
makedepends=('git')
15
depends=('qt6-wayland' 'qt6-quickcontrols2' 'mpv')
16
source=("${_pkgname}::git+https://github.com/${_github}")
17
sha256sums=('SKIP')
18
19
pkgver() {
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
26
prepare() {
27
mkdir -p "${srcdir}/${_pkgname}/build"
28
}
29
30
build() {
31
cd "${srcdir}/${_pkgname}/build"
32
qmake ..
33
make
34
}
35
36
package() {
37
cd "${srcdir}/${_pkgname}/build"
38
make INSTALL_ROOT="${pkgdir}/" install
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |