vrc-video-cacher-bin
LOW
maintainer Supernoxus
0 votes
scanned 2026-08-25 21:28:32.222906
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Supernoxus <Snowflakes at gmx dot at>
2
3
_pkgname='vrc-video-cacher'
4
pkgname="${_pkgname}-bin"
5
pkgdesc='Local video cacher that fixes bot detection errors in VRChat Youtube Videos'
6
pkgver='2026.7.2'
7
pkgrel='2'
8
arch=('x86_64')
9
url='https://github.com/EllyVR/VRCVideoCacher'
10
depends=("dotnet-runtime-10.0")
11
conflicts=("${_pkgname}")
12
provides=("${_pkgname}")
13
source=("https://github.com/EllyVR/VRCVideoCacher/releases/download/${pkgver}/VRCVideoCacher"
14
"vrc-video-cacher.desktop")
15
sha256sums=('b1f66f2231bc6ec05d2af36c0c54944bfd3ad816b73befe469859ef357ee3b72'
16
'153e067792a857e4b76e4b99774ff6fb302a665ebc077c94173bce4d1e04f465')
17
options=('!strip')
18
19
package() {
20
install -Dm 755 VRCVideoCacher "$pkgdir/usr/bin/VRCVideoCacher"
21
install -Dm644 "${srcdir}/vrc-video-cacher.desktop" "${pkgdir}/usr/share/applications/vrc-video-cacher.desktop"
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 21:28:32 | Low | 1 |