python-videotimestamps
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=videotimestamps
4
pkgname=python-${_plug}
5
pkgver=0.2.1
6
pkgrel=1
7
pkgdesc="Python package: ${_plug}"
8
arch=('any')
9
url='https://github.com/moi15moi/VideoTimestamps/'
10
license=('MIT')
11
depends=('python')
12
makedepends=('python-installer')
13
source=("https://files.pythonhosted.org/packages/60/14/5036f6dc2457a18d61a8affeca607190167a97d71cf35ba89e06fc246475/videotimestamps-0.2.1-py3-none-any.whl")
14
sha256sums=('40a092bbe7fa26e423097ec9743841e3afd6b94c5e7407043a3aedd6c1880015')
15
16
package() {
17
python -m installer --destdir="$pkgdir" "${_plug}-${pkgver}-py3-none-any.whl"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |