cemu-experimental-wine
maintainer chris_l
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the main software from the official project host and a font archive from archive.org, which is a reliable, immutable source; the fonts are static data, not executable code, so the non-whitelisted host poses minimal risk.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads the main software from the official project host and a font archive from archive.org, which is a reliable, immutable source; the fonts are static data, not executable code, so the non-whitelisted host poses minimal risk.
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:18
cemu_${pkgver}-${pkgrel}.zip::https://cemu.info/releases/cemu_${pkgver}.zip -
PKGBUILD:19
https://web.archive.org/web/20180907210517if_/https://files.sshnuke.net/sharedFonts.7z
PKGBUILD
2 offending line(s) highlighted
1
# Contributor: chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
2
3
pkgname=cemu-experimental-wine
4
pkgver=2.0
5
pkgrel=1
6
pkgdesc="Wii U emulator. This is the experimental Windows version via wine."
7
_name=cemu-wine
8
arch=(x86_64)
9
url="https://cemu.info/"
10
license=('custom')
11
depends=('wine' 'winetricks')
12
conflicts=('cemu-wine')
13
provides=('cemu-wine')
14
source=(
15
cemu.sh
16
cemu.xpm
17
cemu.desktop
18
cemu_${pkgver}-${pkgrel}.zip::https://cemu.info/releases/cemu_${pkgver}.zip
19
https://web.archive.org/web/20180907210517if_/https://files.sshnuke.net/sharedFonts.7z
20
)
21
# The link for the sharedFonts comes from here: https://github.com/decaf-emu/decaf-emu/issues/29#issuecomment-315511347
22
install=${pkgname}.install
23
optdepends=('wine-ge-custom: Vulkan support')
24
25
# Sometimes, they update the zip file without changing its name, which causes the md5sum to fail.
26
# If you notice this, please mark this package as out-of-date in the aur website and I'll fix it.
27
28
md5sums=('9eb51ec8364251dcf6482d81a927dceb'
29
'54d70005a8975812ab54fcfef53f7bde'
30
'f1649814d35413763169cf750062d763'
31
'617d551e4c215ee8380b7fd01648c834'
32
'336a0bc0e44eede4ddf613a0eebf3bb9')
33
34
35
options=(!strip)
36
37
build() {
38
cd $srcdir/
39
cd Cemu_$pkgver
40
}
41
package() {
42
cd $srcdir
43
install -d -m755 $pkgdir/usr/share/
44
install -d -m755 $pkgdir/usr/share/${_name}
45
install -d -m755 $pkgdir/usr/bin
46
install -m755 cemu.sh $pkgdir/usr/bin/cemu
47
install -d -m755 $pkgdir/usr/share/applications
48
install -d -m755 $pkgdir/usr/share/pixmaps
49
install -m644 cemu.desktop $pkgdir/usr/share/applications
50
install -m644 cemu.xpm $pkgdir/usr/share/pixmaps/cemu.xpm
51
cp -R sharedFonts $pkgdir/usr/share/${_name}
52
cd Cemu_$pkgver
53
install -m644 Cemu.exe $pkgdir/usr/share/${_name}
54
cp -R gameProfiles $pkgdir/usr/share/${_name}
55
mkdir $pkgdir/usr/share/${_name}/mlc01
56
cp -R shaderCache $pkgdir/usr/share/${_name}
57
find $pkgdir/usr/share/${_name} -type f -exec chmod 644 {} \;
58
find $pkgdir/usr/share/${_name} -type d -exec chmod 755 {} \;
59
}
60
61
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |