vapoursynth-plugin-vsmuxtools-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=vsmuxtools
4pkgname=vapoursynth-plugin-${_plug}-git
5pkgver=0.4.2.2.g44bf19b
6pkgrel=1
7pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
8arch=('any')
9url='https://github.com/Jaded-Encoding-Thaumaturgy/vs-muxtools'
10license=('MIT')
11depends=(
12 'vapoursynth'
13 'vapoursynth-plugin-vstools'
14 'python-numpy'
15 'python-muxtools'
16)
17makedepends=(
18 'git'
19 'python-build'
20 'python-wheel'
21 'python-installer'
22 'python-setuptools'
23 'python-hatchling'
24 'python-versioningit'
25)
26provides=("vapoursynth-plugin-${_plug}")
27conflicts=("vapoursynth-plugin-${_plug}")
28source=("${_plug}::git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-muxtools.git")
29sha256sums=('SKIP')
30
31pkgver() {
32 cd "${_plug}"
33 echo "$(git describe --long --tags | tr - . | tr -d v)"
34}
35
36build() {
37 cd "${_plug}"
38 python -m build --wheel --no-isolation
39}
40
41package() {
42 cd "${_plug}"
43 python -m installer --destdir="${pkgdir}" dist/*.whl
44
45 install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/tools/${_plug}/README.md"
46 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

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