vapoursynth-plugin-hysteresis
MEDIUM
maintainer TheFeelTrain
0 votes
scanned 2026-08-30 19:44:01.063593
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=hysteresis
4
pkgname=vapoursynth-plugin-${_plug}
5
pkgver=1.1.3
6
pkgrel=1
7
pkgdesc="Plugin for Vapoursynth: ${_plug}"
8
arch=('any')
9
url='https://github.com/sgt0/vapoursynth-hysteresis'
10
license=('MIT')
11
depends=('vapoursynth')
12
makedepends=('cargo')
13
source=("${_plug}-${pkgver}.tar.gz::https://github.com/sgt0/vapoursynth-hysteresis/archive/refs/tags/v${pkgver}.tar.gz")
14
sha256sums=('4dcc3543e84c444029c40522ceefee9e3955b676158590a318f8a3fc20612f6a')
15
16
build() {
17
cd "vapoursynth-${_plug}-${pkgver}"
18
cargo build --release
19
}
20
21
package() {
22
cd "vapoursynth-${_plug}-${pkgver}"
23
24
install -Dm644 target/release/libhysteresis.so "${pkgdir}/usr/lib/vapoursynth/libhysteresis.so"
25
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
26
install -Dm644 LICENSE.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/LICENSE.md"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-14 03:43+++ PKGBUILD @ 2026-08-30 19:44@@ -2,7 +2,7 @@ _plug=hysteresis pkgname=vapoursynth-plugin-${_plug}-pkgver=1.0.5+pkgver=1.1.3 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug}" arch=('any')@@ -10,19 +10,19 @@ license=('MIT') depends=('vapoursynth') makedepends=('cargo')-source=("${_plug}-${pkgver}.tar.gz::https://github.com/sgt0/vapoursynth-hysteresis/archive/refs/tags/v1.0.5.tar.gz")-sha256sums=('525c3ace0e3ff6a1091fdaf5fbbaff58ef12576cb39b41cb6deecfd5582a2977')+source=("${_plug}-${pkgver}.tar.gz::https://github.com/sgt0/vapoursynth-hysteresis/archive/refs/tags/v${pkgver}.tar.gz")+sha256sums=('4dcc3543e84c444029c40522ceefee9e3955b676158590a318f8a3fc20612f6a') build() {- cd "vapoursynth-${_plug}-${pkgver}"- cargo build --release+ cd "vapoursynth-${_plug}-${pkgver}"+ cargo build --release } package() {- cd "vapoursynth-${_plug}-${pkgver}"+ cd "vapoursynth-${_plug}-${pkgver}" - install -Dm644 target/release/libhysteresis.so "${pkgdir}/usr/lib/vapoursynth/libhysteresis.so"- install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"- install -Dm644 LICENSE.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/LICENSE.md"+ install -Dm644 target/release/libhysteresis.so "${pkgdir}/usr/lib/vapoursynth/libhysteresis.so"+ install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"+ install -Dm644 LICENSE.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/LICENSE.md" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-07-14 03:43:49 | Clean | 0 |
| 2026-06-18 16:11:54 | Clean | 0 |