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
3pkgname=plaympv
4pkgver=0.8
5pkgrel=1
6pkgdesc='Qt6/QML based player for MatsyaOS.'
7url="https://github.com/MatsyaOs/plaympv"
8conflicts=("mplaympv")
9provides=("mplaympv")
10arch=('i686' 'x86_64')
11license=('GPL2')
12makedepends=('git')
13depends=('qt6-wayland' 'qt6-quickcontrols2' 'mpv')
14sha256sums=('SKIP')
15source=("https://github.com/matsyaos/plaympv")
16pkgver() {
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
23prepare() {
24 mkdir -p "${srcdir}/${_pkgname}/build"
25}
26
27build() {
28 cd "${srcdir}/${_pkgname}/build"
29 qmake ..
30 make
31}
32
33package() {
34 cd "${srcdir}/${_pkgname}/build"
35 make INSTALL_ROOT="${pkgdir}/" install
36}
37

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 21:16:48 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