wine-dwproton
The package builds from a git repository on a project-owned domain (dawn.wine) and applies publicly visible patch files from GitHub; the non-whitelisted host is plausibly official, and no unverifiable prebuilt binaries or malicious payloads are involved.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a git repository on a project-owned domain (dawn.wine) and applies publicly visible patch files from GitHub; the non-whitelisted host is plausibly official, and no unverifiable prebuilt binaries or malicious payloads are involved.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
"git+https://dawn.wine/dawn-winery/wine-dwproton#branch=dwproton/$pkgver-$pkgrel"
PKGBUILD
1 offending line(s) highlightedpkgname=wine-dwproton
pkgver=11.0
pkgrel=11
pkgdesc="dwproton的wine版|dwproton's wine version"
url="https://dawn.wine/dawn-winery/wine-dwproton"
arch=("x86_64")
makedepends=(mingw-w64-gcc make)
provides=(
"wine=$pkgver"
"wine-staging=$pkgver"
"wine-wow64=$pkgver"
"wine-dwproton=$pkgver"
)
conflicts=("wine")
source=(
"git+https://dawn.wine/dawn-winery/wine-dwproton#branch=dwproton/$pkgver-$pkgrel"
https://github.com/irtkll/wine-proton-patch/raw/main/恢复字体.patch
https://github.com/irtkll/wine-proton-patch/raw/main/还原部分wine功能.patch
https://github.com/irtkll/wine-proton-patch/raw/main/修复任务栏的图标问题.patch
https://github.com/NelloKudo/spritz-wine/raw/master/patches/0001-spritz/0003-programs-Add-Steam.exe-stub-from-Proton.patch
)
sha256sums=('SKIP'
'1650786c3c108841371b39edcc2868ea56b4cf4f8c57320f4a49c79ed49a687e'
'5fc91749290610be0f313ab8c1b110ead12715e68447484198a38990cda661ae'
'53c071efa60bf49b5c646d787d7f090cf97ffbe28c9aebdbe78daace34f8c4cc'
'1e0ef2d38a64608773a80eae333abcaabe8be4bb9763524e15bea592d82c3556')
prepare(){
cd "$pkgname"
for src in "${source[@]}"; do
src="${src%%::*}"
src="${src##*/}"
src="${src%.zst}"
[[ $src = *.patch ]] || continue
msg2 "应用补丁 $src..."
git apply -p1 -C1 < "../$src" || msg2 "应用补丁 $src 失败,但继续进行..."
done
./autogen.sh
./configure --enable-archs=i386,x86_64 --disable-tests --prefix=/usr
}
build(){
cd "$pkgname"
make -j$(nproc)
}
package(){
cd "$pkgname"
make DESTDIR="$pkgdir" install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 00:25:36 | Low | 2 |
| 2026-09-18 00:17:11 | Low | 2 |
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |