python-mpd2-git

maintainer suzanahofer · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub repository, which is normal for AUR packages; the 'recently orphaned' flag is metadata, not a security issue.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own GitHub repository, which is normal for AUR packages; the 'recently orphaned' flag is metadata, not a security issue.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Contributor: Jörg Thalheim <joerg@higgsboson.tk
2# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
3# Contributor: Peter Richard Lewis <plewis@aur.archlinux.org>
4# Contributor: Wieland Hoffmann <the_mineo@web.de>
5# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
6
7pkgname=python-mpd2-git
8pkgver=3.0.4.r132.gae4f8ef
9pkgrel=1
10pkgdesc="Python MPD client library"
11url="http://github.com/Mic92/python-mpd2"
12arch=('any')
13license=('LGPL-3.0-or-later')
14depends=('python')
15makedepends=(git python-build python-installer python-wheel python-setuptools)
16conflicts=('python-mpd2')
17provides=('python-mpd2')
18source=("git+https://github.com/Mic92/python-mpd2.git")
19sha1sums=('SKIP')
20
21pkgver() {
22 cd ${pkgname%-git}
23 git describe --long --abbrev=7 | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
24}
25
26build() {
27 cd ${pkgname%-git}
28 python -m build --wheel --no-isolation
29}
30
31package() {
32 cd ${pkgname%-git}
33 python -m installer --destdir="$pkgdir" dist/*.whl
34}
35

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 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion