treemp-git

LOW
maintainer djvs 0 votes scanned 2026-09-03 05:52:26.228347
View on AUR
Why flagged

The package builds from the project's own Git repository on GitLab, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

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 the project's own Git repository on GitLab, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: djvs <contact@viathegitlabrepo.com>
2_pkgname=treemp
3pkgname=${_pkgname}-git
4pkgver=r.
5pkgrel=1
6pkgdesc="ncurses/python directory based CLI audio/music player, based on mutagen and libav/soundcard"
7arch=('any')
8url="https://gitlab.com/djvs/treemp"
9license=('GPL3')
10depends=(
11 'python'
12 'python-av'
13 'python-mutagen'
14 'python-soundcard'
15)
16provides=("${_pkgname}")
17conflicts=("${_pkgname}")
18makedepends=('git')
19source=("${_pkgname}::git+https://gitlab.com/djvs/treemp.git#branch=main")
20md5sums=('SKIP')
21sha256sums=('SKIP')
22
23pkgver() {
24 cd "${srcdir}"
25 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26}
27
28prepare() {
29 cd "${srcdir}"
30}
31
32package() {
33 cd "${srcdir}/treemp"
34 install -Dm755 "$srcdir/treemp/treemp.py" "$pkgdir/usr/bin/treemp"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 05:52:26 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