eduke32
maintainer FredBezies
· 132 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (dukeworld.com) hosting the project's own source code, which is then compiled; building from a non-whitelisted but project-owned host is normal for AUR packages and not inherently dangerous.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The source is a tarball from the project's official domain (dukeworld.com) hosting the project's own source code, which is then compiled; building from a non-whitelisted but project-owned host is normal for AUR packages and not inherently dangerous.
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:19
source=("http://dukeworld.com/$pkgname/synthesis/$_pkgdate-$_pkgrev/eduke32_src_$_pkgdate-$_pkgrev.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
2
# Contributors: carstene1ns, Arkham, Christoph Zeiler and JD Steffen
3
4
pkgname=eduke32
5
_pkgdate=20260203
6
_pkgrev='10664-ba6b7bb1d'
7
pkgver=$_pkgdate.r${_pkgrev/-/_}
8
pkgrel=3
9
pkgdesc="An advanced Duke Nukem 3D source port"
10
arch=('x86_64')
11
url="http://eduke32.com/"
12
license=('GPL' 'custom: BUILD')
13
depends=('libvpx' 'sdl2-compat' 'flac' 'libvorbis' 'alsa-lib')
14
makedepends=('mesa' 'glu')
15
optdepends=('freepats-general-midi: a free soundfont for music'
16
'fluidsynth: alternative midi sequencer'
17
'eduke32-shareware-episode: Duke Nukem 3D Demo')
18
install=$pkgname.install
19
source=("http://dukeworld.com/$pkgname/synthesis/$_pkgdate-$_pkgrev/eduke32_src_$_pkgdate-$_pkgrev.tar.xz"
20
"$pkgname.png"
21
"$pkgname.desktop")
22
sha256sums=('daa2ce53a79d1fff337da40b60f1bd13b21d03c1e22f73b2a95431ee3008c7f3'
23
'b55a264b4682afabd49587d700d4c85ce6c2e7af7ce2764dd217ebe167549863'
24
'cf2ea2c6a0d85ab15e30171ed5b921f1fcf5644de7af9638c0ef60de21c44f24')
25
options=(!debug)
26
27
build() {
28
cd eduke32_$_pkgdate-$_pkgrev
29
30
# add cxxflags, set revision
31
make PACKAGE_REPOSITORY=1 VC_REV=$_pkgrev #PRETTY_OUTPUT=0
32
}
33
34
package() {
35
cd eduke32_$_pkgdate-$_pkgrev
36
37
# install binaries, buildlicense, icon and desktop files
38
install -d "$pkgdir"/usr/bin
39
install -m755 eduke32 mapster32 "$pkgdir"/usr/bin
40
install -Dm644 package/common/buildlic.txt "$pkgdir"/usr/share/licenses/$pkgname/buildlic.txt
41
install -Dm644 ../$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
42
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
43
}
44
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 |