proton-rtsp-wayland-ge-bin
LOW
maintainer BlackCherry
0 votes
scanned 2026-09-14 19:17:46.075273
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'
4
pkgname="${_pkgname}-bin"
5
pkgdesc='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'
8
pkgver=${_pkgver//-/.}
9
pkgrel='1'
10
arch=('x86_64')
11
url='https://github.com/Go08er/Proton-RTSP-Wayland-GE'
12
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
13
depends=('sed')
14
conflicts=("${_pkgname}")
15
provides=('proton' "${_pkgname}")
16
options=(!strip emptydirs)
17
source=("${url}/releases/download/v${_pkgver}/${_pkgname}-beta3.tar.gz")
18
sha256sums=('6c752562ca02545f43b45e43afe320306b915f92f63356b3320f43f5760a08a8')
19
20
build() {
21
sed -i -r 's|"Proton.*"|"Proton-RTSP-Wayland-GE"|' ${_pkgfolder}/compatibilitytool.vdf
22
}
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 19:17:46 | Low | 2 |