wine-dwproton

LOW
maintainer eeeeei 1 votes scanned 2026-09-19 00:25:36.748935
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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) highlighted
1pkgname=wine-dwproton
2pkgver=11.0
3pkgrel=11
4pkgdesc="dwproton的wine版|dwproton's wine version"
5url="https://dawn.wine/dawn-winery/wine-dwproton"
6arch=("x86_64")
7makedepends=(mingw-w64-gcc make)
8provides=(
9 "wine=$pkgver"
10 "wine-staging=$pkgver"
11 "wine-wow64=$pkgver"
12 "wine-dwproton=$pkgver"
13)
14conflicts=("wine")
15source=(
16 "git+https://dawn.wine/dawn-winery/wine-dwproton#branch=dwproton/$pkgver-$pkgrel"
17 https://github.com/irtkll/wine-proton-patch/raw/main/恢复字体.patch
18 https://github.com/irtkll/wine-proton-patch/raw/main/还原部分wine功能.patch
19 https://github.com/irtkll/wine-proton-patch/raw/main/修复任务栏的图标问题.patch
20 https://github.com/NelloKudo/spritz-wine/raw/master/patches/0001-spritz/0003-programs-Add-Steam.exe-stub-from-Proton.patch
21)
22sha256sums=('SKIP'
23 '1650786c3c108841371b39edcc2868ea56b4cf4f8c57320f4a49c79ed49a687e'
24 '5fc91749290610be0f313ab8c1b110ead12715e68447484198a38990cda661ae'
25 '53c071efa60bf49b5c646d787d7f090cf97ffbe28c9aebdbe78daace34f8c4cc'
26 '1e0ef2d38a64608773a80eae333abcaabe8be4bb9763524e15bea592d82c3556')
27prepare(){
28 cd "$pkgname"
29 for src in "${source[@]}"; do
30 src="${src%%::*}"
31 src="${src##*/}"
32 src="${src%.zst}"
33 [[ $src = *.patch ]] || continue
34 msg2 "应用补丁 $src..."
35 git apply -p1 -C1 < "../$src" || msg2 "应用补丁 $src 失败,但继续进行..."
36 done
37 ./autogen.sh
38 ./configure --enable-archs=i386,x86_64 --disable-tests --prefix=/usr
39}
40build(){
41 cd "$pkgname"
42 make -j$(nproc)
43}
44package(){
45 cd "$pkgname"
46 make DESTDIR="$pkgdir" install
47}
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion