vapoursynth-plugin-vodesfunc-git

MEDIUM
maintainer TheFeelTrain 0 votes scanned 2026-08-26 01:28:49.644801
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=vodesfunc
4pkgname=vapoursynth-plugin-${_plug}-git
5pkgver=1.6.1.21.gb87c906
6pkgrel=2
7pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
8arch=('any')
9url='https://github.com/Vodes/vodesfunc'
10license=('MIT')
11depends=(
12 'vapoursynth'
13 'vapoursynth-plugin-vsscale'
14 'vapoursynth-plugin-vsrgtools'
15 'vapoursynth-plugin-vskernels'
16 'vapoursynth-plugin-vstools'
17 'vapoursynth-plugin-vsmasktools'
18 'vapoursynth-plugin-vsmuxtools'
19 'vapoursynth-plugin-descale-jet-git'
20)
21makedepends=(
22 'git'
23 'python-build'
24 'python-wheel'
25 'python-installer'
26 'python-setuptools'
27)
28provides=("vapoursynth-plugin-${_plug}")
29conflicts=("vapoursynth-plugin-${_plug}")
30source=("${_plug}::git+https://github.com/Vodes/vodesfunc.git")
31sha256sums=('SKIP')
32
33pkgver() {
34 cd "${_plug}"
35 echo "$(git describe --long --tags | tr - . | tr -d v)"
36}
37
38build() {
39 cd "${_plug}"
40 python -m build --wheel --no-isolation
41}
42
43package() {
44 cd "${_plug}"
45 python -m installer --destdir="${pkgdir}" dist/*.whl
46
47 install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/tools/${_plug}/README.md"
48 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 01:28:49 Medium 1
2026-08-26 00:12:07 Low 2
2026-08-25 23:28:42 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