python-miniaudio
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Robin Trioux <robin@trioux.eu>
pkgname=python-miniaudio
pkgver=1.71
pkgrel=1
pkgdesc="Python bindings for the miniaudio audio playback, recording, decoding and conversion library"
arch=('x86_64')
url="https://github.com/irmen/pyminiaudio"
license=('MIT')
depends=(
'python'
'python-cffi'
)
makedepends=(
'python-build'
'python-installer'
'python-setuptools'
)
source=("https://files.pythonhosted.org/packages/source/m/miniaudio/miniaudio-${pkgver}.tar.gz")
sha256sums=('ff51e2887bb673e2e757752b586b3dc924d59aa5fbcae9bbc45f4a111bd3262b')
build() {
cd "miniaudio-${pkgver}"
python -m build --wheel --no-isolation
}
package() {
cd "miniaudio-${pkgver}"
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 21:40:52 | Low | 2 |