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
7
pkgname=python-mpd2-git
8
pkgver=3.0.4.r132.gae4f8ef
9
pkgrel=1
10
pkgdesc="Python MPD client library"
11
url="http://github.com/Mic92/python-mpd2"
12
arch=('any')
13
license=('LGPL-3.0-or-later')
14
depends=('python')
15
makedepends=(git python-build python-installer python-wheel python-setuptools)
16
conflicts=('python-mpd2')
17
provides=('python-mpd2')
18
source=("git+https://github.com/Mic92/python-mpd2.git")
19
sha1sums=('SKIP')
20
21
pkgver() {
22
cd ${pkgname%-git}
23
git describe --long --abbrev=7 | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
24
}
25
26
build() {
27
cd ${pkgname%-git}
28
python -m build --wheel --no-isolation
29
}
30
31
package() {
32
cd ${pkgname%-git}
33
python -m installer --destdir="$pkgdir" dist/*.whl
34
}
35
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |