proton-cachyos-rtsp-slr-bin

LOW
maintainer BlackCherry 0 votes scanned 2026-09-10 17:21:08.413104
View on AUR
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: Álvaro De Quinta <blackcherry at danwin1210 dot de>
2
3_pkgname='proton-cachyos-rtsp'
4pkgname="${_pkgname}-slr-bin"
5pkgdesc='CachyOS Proton with the Proton-RTSP patchset, for VRChat livestream (RTSP/VRCDN) playback. Package for steam with less dependencies'
6_pkgver='11.0-20260703'
7pkgver=${_pkgver//-/.}
8pkgrel='1'
9arch=('x86_64')
10url='https://github.com/wundervrc/proton-cachyos-rtsp'
11license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
12depends=('sed')
13conflicts=("${_pkgname}")
14provides=('proton' "${_pkgname}")
15options=(!strip emptydirs)
16source=("${url}/releases/download/${_pkgname}-${_pkgver}-${pkgrel}/${_pkgname}-${_pkgver}-${pkgrel}.tar.xz")
17sha256sums=('e5a314d3fa6cf058d7f5234fe7899891be4d04e955449cd6628d041aace9a431')
18
19build() {
20 sed -i -r 's|"proton.*"|"Proton-CachyOS-RTSP"|' "${_pkgname}-${_pkgver}-${pkgrel}"/compatibilitytool.vdf
21}
22
23package() {
24 install -d "${pkgdir}/usr/share/steam/compatibilitytools.d/${_pkgname}"
25 install -d "${pkgdir}/usr/share/licenses/${pkgname}"
26
27 ## licenses
28 mv "${_pkgname}-${_pkgver}-${pkgrel}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/license"
29 mv "${_pkgname}-${_pkgver}-${pkgrel}/LICENSE.OFL" "${pkgdir}/usr/share/licenses/${pkgname}/license_OFL"
30 mv "${_pkgname}-${_pkgver}-${pkgrel}/PATENTS.AV1" "${pkgdir}/usr/share/licenses/${pkgname}/license_AV1"
31
32 ## the build itself
33 mv "${_pkgname}-${_pkgver}-${pkgrel}"/* "${pkgdir}/usr/share/steam/compatibilitytools.d/${_pkgname}/"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 17:21:08 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion