winegui

LOW
maintainer JoseskVolpe 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's own domain used to build the software, which is normal for AUR packages; the host is not whitelisted but plausibly official, and no untrusted executable is run.

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 source is a tarball from the project's own domain used to build the software, which is normal for AUR packages; the host is not whitelisted but plausibly official, and no untrusted executable is run.

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:34 source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Josesk Volpe <joseskvolpe at gmail dot com>
2# Co-Maintainer: Melroy van den Berg <melroy at melroy dot org>
3# Contributor: yochananmarqos <mark dot wagie at tutanota dot com>
4
5pkgname=winegui
6pkgver=4.3.0
7pkgrel=1
8pkgdesc="A user-friendly WINE graphical interface (build from source)"
9arch=('x86_64')
10url="https://gitlab.melroy.org/melroy/winegui"
11license=('AGPL3')
12depends=(
13 'cabextract' # used by winetricks
14 'gtkmm-4.0'
15 'p7zip'
16 'unzip'
17 'wget' # to download winetricks/Wine runner latest release
18 'wine'
19 'zenity' # used by winetricks
20 'tar' # used to untar Wine runenr downloads
21 'xz' # used to untar/xz/lzma Wine runner downloads
22 'python' # used for UMU launcher (when using GE-Proton)
23)
24optdepends=(
25 'ccache: Speeds up rebuilds'
26 'graphviz'
27)
28makedepends=(
29 'cmake'
30 'git'
31 'json-glib'
32 'ninja'
33)
34source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")
35sha256sums=('973724d0087edcc9e38122bb667262eed1ccedec074422af0346b97db9f595bc')
36
37build() {
38 cmake -GNinja -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATE=OFF -DGSETTINGS_COMPILE:BOOL=FALSE -B build_prod
39 cmake --build ./build_prod --config Release
40}
41
42package() {
43 DESTDIR="$pkgdir" cmake --install build_prod
44}
45

Changes since previous scan

--- PKGBUILD @ 2026-09-13 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
# Contributor: yochananmarqos <mark dot wagie at tutanota dot com>
pkgname=winegui
-pkgver=4.2.1
+pkgver=4.3.0
pkgrel=1
pkgdesc="A user-friendly WINE graphical interface (build from source)"
arch=('x86_64')
@@ -19,6 +19,7 @@
'zenity' # used by winetricks
'tar' # used to untar Wine runenr downloads
'xz' # used to untar/xz/lzma Wine runner downloads
+ 'python' # used for UMU launcher (when using GE-Proton)
)
optdepends=(
'ccache: Speeds up rebuilds'
@@ -31,7 +32,7 @@
'ninja'
)
source=("https://winegui.melroy.org/downloads/WineGUI-Source-v$pkgver.tar.gz")
-sha256sums=('96ca36e776ea48e1182becf3ad6fabb58b9c51981d9abef2308145fe813390a7')
+sha256sums=('973724d0087edcc9e38122bb667262eed1ccedec074422af0346b97db9f595bc')
build() {
cmake -GNinja -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATE=OFF -DGSETTINGS_COMPILE:BOOL=FALSE -B build_prod

Scan history

Scanned at (UTC)SeverityRules
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 13:14:45 Medium 1
2026-09-13 00:19:54 Medium 1
2026-09-12 00:25:17 Medium 1
2026-09-11 00:19:22 Medium 1
2026-09-10 00:22:44 Medium 1
2026-09-09 00:04:09 Medium 1
2026-09-08 00:18:08 Medium 1
2026-09-07 00:30:15 Medium 1
2026-09-06 00:17:06 Medium 1
2026-09-05 00:16:27 Medium 1
2026-09-04 00:03:13 Medium 1
2026-09-03 00:15:47 Medium 1
2026-09-02 00:02:31 Medium 1
2026-09-01 00:11:19 Medium 1
2026-08-31 00:19:57 Medium 1
2026-08-30 00:04:14 Medium 1

Report a package

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

0 / 4000
Your suggestion