python-muxtools-git

MEDIUM
maintainer TheFeelTrain 0 votes scanned 2026-08-30 19:44:01.063593
View on AUR
Why flagged

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

Triggered rules

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# Maintainer: Josh Holmer <jholmer.in@gmail.com>
2
3_plug=muxtools
4pkgname=python-${_plug}-git
5pkgver=0.4.0.21.gc5d0e90
6pkgrel=1
7pkgdesc="Python Package: ${_plug} (GIT version)"
8arch=('any')
9url='https://github.com/Jaded-Encoding-Thaumaturgy/muxtools'
10license=('MIT')
11depends=(
12 'python-ass'
13 'python-fontcollector'
14 'python-langcodes'
15 'python-mkvinfo'
16 'python-py7zr'
17 'python-pydantic'
18 'python-pymediainfo'
19 'python-pyparsebluray-git'
20 'python-requests'
21 'python-rich'
22 'python-typed-ffmpeg-compatible'
23 'python-videotimestamps'
24 'python-wget'
25)
26makedepends=(
27 'git'
28 'python-build'
29 'python-wheel'
30 'python-installer'
31 'python-setuptools'
32 'python-versioningit'
33)
34provides=("python-${_plug}")
35conflicts=("python-${_plug}")
36source=("${_plug}::git+https://github.com/Jaded-Encoding-Thaumaturgy/muxtools.git")
37sha256sums=('SKIP')
38
39pkgver() {
40 cd "${_plug}"
41 echo "$(git describe --long --tags | tr - . | tr -d v)"
42}
43
44build() {
45 cd "${_plug}"
46 python -m build --wheel --no-isolation
47}
48
49package() {
50 cd "${_plug}"
51 python -m installer --destdir="${pkgdir}" dist/*.whl
52
53 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 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