plaympv
maintainer misternegative
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a legitimate project source on GitHub, but has few votes and was recently uploaded, which is a minor risk indicator; no malicious content or unverifiable prebuilt binaries found.
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 90%): Package builds from a legitimate project source on GitHub, but has few votes and was recently uploaded, which is a minor risk indicator; no malicious content or unverifiable prebuilt binaries found.
PKGBUILD
1
# Maintainer: ABHISHEK SHARMA
2
_pkgname=plaympv
3
pkgname=plaympv
4
pkgver=0.8
5
pkgrel=1
6
pkgdesc='Qt6/QML based player for MatsyaOS.'
7
url="https://github.com/MatsyaOs/plaympv"
8
conflicts=("mplaympv")
9
provides=("mplaympv")
10
arch=('i686' 'x86_64')
11
license=('GPL2')
12
makedepends=('git')
13
depends=('qt6-wayland' 'qt6-quickcontrols2' 'mpv')
14
sha256sums=('SKIP')
15
source=("https://github.com/matsyaos/plaympv")
16
pkgver() {
17
cd "${srcdir}/${_pkgname}"
18
printf '0.r%s.g%s' \
19
"$(git rev-list --count master)" \
20
"$(git log -1 --format='%h')"
21
}
22
23
prepare() {
24
mkdir -p "${srcdir}/${_pkgname}/build"
25
}
26
27
build() {
28
cd "${srcdir}/${_pkgname}/build"
29
qmake ..
30
make
31
}
32
33
package() {
34
cd "${srcdir}/${_pkgname}/build"
35
make INSTALL_ROOT="${pkgdir}/" install
36
}
37
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 21:16:48 | LOW | 2 |