python-miniaudio

LOW
maintainer Vial 0 votes scanned 2026-09-23 21:40:52.517030
View on AUR
Why flagged

The package builds from a source tarball hosted on the official Python package index (PyPI), which is a trusted source; the low severity is due to the static rule flag for few votes and recent upload, not due to any malicious or risky behavior in the PKGBUILD.

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 a source tarball hosted on the official Python package index (PyPI), which is a trusted source; the low severity is due to the static rule flag for few votes and recent upload, not due to any malicious or risky behavior in the PKGBUILD.

PKGBUILD

1# Maintainer: Robin Trioux <robin@trioux.eu>
2
3pkgname=python-miniaudio
4pkgver=1.71
5pkgrel=1
6pkgdesc="Python bindings for the miniaudio audio playback, recording, decoding and conversion library"
7arch=('x86_64')
8url="https://github.com/irmen/pyminiaudio"
9license=('MIT')
10depends=(
11 'python'
12 'python-cffi'
13)
14makedepends=(
15 'python-build'
16 'python-installer'
17 'python-setuptools'
18)
19source=("https://files.pythonhosted.org/packages/source/m/miniaudio/miniaudio-${pkgver}.tar.gz")
20sha256sums=('ff51e2887bb673e2e757752b586b3dc924d59aa5fbcae9bbc45f4a111bd3262b')
21
22build() {
23 cd "miniaudio-${pkgver}"
24
25 python -m build --wheel --no-isolation
26}
27
28package() {
29 cd "miniaudio-${pkgver}"
30
31 python -m installer --destdir="$pkgdir" dist/*.whl
32
33 install -Dm644 LICENSE \
34 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35}
36
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 21:40:52 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