vapoursynth-plugin-hysteresis

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=hysteresis
4pkgname=vapoursynth-plugin-${_plug}
5pkgver=1.1.3
6pkgrel=1
7pkgdesc="Plugin for Vapoursynth: ${_plug}"
8arch=('any')
9url='https://github.com/sgt0/vapoursynth-hysteresis'
10license=('MIT')
11depends=('vapoursynth')
12makedepends=('cargo')
13source=("${_plug}-${pkgver}.tar.gz::https://github.com/sgt0/vapoursynth-hysteresis/archive/refs/tags/v${pkgver}.tar.gz")
14sha256sums=('4dcc3543e84c444029c40522ceefee9e3955b676158590a318f8a3fc20612f6a')
15
16build() {
17 cd "vapoursynth-${_plug}-${pkgver}"
18 cargo build --release
19}
20
21package() {
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)SeverityRules
2026-08-30 19:44:01 Medium 1
2026-07-14 03:43:49 Clean 0
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