proton-wineland

LOW
maintainer voron00 0 votes scanned 2026-09-20 19:33:19.533630
View on AUR
Why flagged

The package downloads a prebuilt tarball from a GitHub release, which is not whitelisted but hosted on an official platform; however, it is an unofficial Proton fork with few votes and recent upload, increasing supply-chain risk slightly, but no obfuscated code or remote execution beyond normal AUR build process.

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 downloads a prebuilt tarball from a GitHub release, which is not whitelisted but hosted on an official platform; however, it is an unofficial Proton fork with few votes and recent upload, increasing supply-chain risk slightly, but no obfuscated code or remote execution beyond normal AUR build process.

PKGBUILD

1# Maintainer: nanomatters
2# Maintainer (AUR): voron00
3
4pkgname=proton-wineland
5_srctag=11.0-20260917
6pkgver=${_srctag//-/.}
7pkgrel=1
8epoch=1
9
10_package_name="proton-wineland-${_srctag}-x86_64"
11source=(
12 https://github.com/nanomatters/proton-cachyos/releases/download/wineland-${_srctag}/${_package_name}.tar.xz
13 compatibilitytool.vdf.template
14)
15
16pkgdesc="An unofficial fork of proton-cachyos with further improvements and wayland enhancements"
17url="https://github.com/nanomatters/proton-cachyos"
18arch=(x86_64 x86_64_v3)
19options=(!strip emptydirs)
20license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
21depends=(
22 bash
23 coreutils
24 curl
25 dbus
26 desktop-file-utils
27 diffutils
28 freetype2
29 gdk-pixbuf2
30 glibc
31 hicolor-icon-theme
32 libgcc
33 libxcrypt
34 libxcrypt-compat
35 libxkbcommon-x11
36 lsb-release
37 lsof
38 ntsync-autoload
39 nss
40 python
41 ttf-font
42 usbutils
43 vulkan-driver
44 vulkan-icd-loader
45 xdg-user-dirs
46 xorg-xrandr
47 xz
48)
49depends_x86_64=(
50 lib32-alsa-plugins
51 lib32-fontconfig
52 lib32-gcc-libs
53 lib32-glibc
54 lib32-libgl
55 lib32-libgpg-error
56 lib32-libnm
57 lib32-libva
58 lib32-libx11
59 lib32-libxcrypt
60 lib32-libxcrypt-compat
61 lib32-libxinerama
62 lib32-libxss
63 lib32-nss
64 lib32-pipewire
65 lib32-systemd
66 lib32-vulkan-driver
67 lib32-vulkan-icd-loader
68)
69makedepends=(
70 rsync
71)
72optdepends=(
73 steam
74 umu-launcher
75)
76provides=('proton-wineland' 'proton')
77replaces=('proton-wineland')
78backup=(
79 "usr/share/steam/compatibilitytools.d/${pkgname}/user_settings.py"
80)
81install=${pkgname}.install
82
83build() {
84 cd "${_package_name}"
85 sed -r \
86 -e "s|##INSTALL_PATH##|.|" \
87 -e "s|##DISPLAY_NAME##|proton-wineland-${_srctag}|" \
88 -e "s|##INTERNAL_TOOL_NAME##|${pkgname}|" \
89 "${srcdir}/compatibilitytool.vdf.template" > compatibilitytool.vdf
90}
91
92package() {
93 local _compatdir="${pkgdir}/usr/share/steam/compatibilitytools.d"
94 mkdir -p "${_compatdir}/${pkgname}"
95 rsync --delete -arx "${_package_name}"/* "${_compatdir}/${pkgname}"
96
97 mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
98 mv "${_compatdir}/${pkgname}"/{PATENTS.AV1,LICENSE{,.OFL}} \
99 "${pkgdir}/usr/share/licenses/${pkgname}"
100}
101
102sha256sums=('033ecd4ce3e4ab841cb6f3c4a496ea959628533c2da7efe78b0a6dbaa3220c5f'
103 '6983622dc08784891929b843e8c5bf566c160eb2c23b7fc89c0f4dbabcd5db69')
104

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 19:33:19 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