proton-rtsp-wayland-ge-bin

LOW
maintainer BlackCherry 0 votes scanned 2026-09-14 19:17:46.075273
View on AUR
Why flagged

The package builds from a source tarball hosted on GitHub under the project's own repository, which is a normal and expected practice for AUR packages; the low severity flag is due to few votes and recent upload, not malicious content.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a source tarball hosted on GitHub under the project's own repository, which is a normal and expected practice for AUR packages; the low severity flag is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Álvaro De Quinta <blackcherry at danwin1210 dot de>
2
3_pkgname='proton-rtsp-wayland-ge'
4pkgname="${_pkgname}-bin"
5pkgdesc='Latest Proton with the Proton-RTSP and Wayland GE patchset, for VRChat livestream (RTSP/VRCDN) playback'
6_pkgfolder='Proton-RTSP-Wayland-GE-Beta3'
7_pkgver='11.1.0-beta.3'
8pkgver=${_pkgver//-/.}
9pkgrel='1'
10arch=('x86_64')
11url='https://github.com/Go08er/Proton-RTSP-Wayland-GE'
12license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
13depends=('sed')
14conflicts=("${_pkgname}")
15provides=('proton' "${_pkgname}")
16options=(!strip emptydirs)
17source=("${url}/releases/download/v${_pkgver}/${_pkgname}-beta3.tar.gz")
18sha256sums=('6c752562ca02545f43b45e43afe320306b915f92f63356b3320f43f5760a08a8')
19
20build() {
21 sed -i -r 's|"Proton.*"|"Proton-RTSP-Wayland-GE"|' ${_pkgfolder}/compatibilitytool.vdf
22}
23
24package() {
25 install -d "${pkgdir}/usr/share/steam/compatibilitytools.d/${_pkgname}"
26 install -d "${pkgdir}/usr/share/licenses/${pkgname}"
27
28 ## licenses
29 mv ${_pkgfolder}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
30 mv ${_pkgfolder}/LICENSE.OFL "${pkgdir}/usr/share/licenses/${pkgname}/license_OFL"
31 mv ${_pkgfolder}/PATENTS.AV1 "${pkgdir}/usr/share/licenses/${pkgname}/license_AV1"
32
33 ## the build itself
34 mv ${_pkgfolder}/* "${pkgdir}/usr/share/steam/compatibilitytools.d/${_pkgname}/"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 19:17:46 Low 2

Report a package

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

0 / 4000
Your suggestion