yabause-qt5

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

The source is a tarball from a plausible project-owned host (tuxfamily.net) used for hosting open-source projects, building the project's own source, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it is a known free hosting provider for open-source software.

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 source is a tarball from a plausible project-owned host (tuxfamily.net) used for hosting open-source projects, building the project's own source, which is normal for AUR packages; the non-whitelisted host is not inherently dangerous as it is a known free hosting provider for open-source software.

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 source=("http://free.downloads.tuxfamily.net/yabause/releases/${pkgver}/yabause-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2# Contributor: Harley Laue <losinggeneration@gmail.com>
3# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
4# Contributor: Anton Shestakov <engoredi@ya.ru>
5# Contributor: Tiago Camargo <tcamargo@gmail.com>
6# Contributor: robb_force <robb_force@holybuffalo.net>
7
8pkgname=yabause-qt5
9pkgver=0.9.15
10pkgrel=5
11pkgdesc='A Sega Saturn emulator'
12arch=('x86_64')
13url="https://yabause.org/"
14license=('GPL')
15depends=('freeglut' 'glew' 'openal' 'qt5-base' 'qt5-multimedia' 'sdl2')
16makedepends=('cmake3' 'glu' 'libxmu')
17conflicts=('yabause-gtk')
18source=("http://free.downloads.tuxfamily.net/yabause/releases/${pkgver}/yabause-${pkgver}.tar.gz"
19 'qt-5.11.patch'
20 'rwx.patch')
21sha256sums=('4334c43fe0f3ff297bac8e91f4e059fe5fd276291faff2489e37b5b3a4ccc2b2'
22 '5c4f639478567d9a42963420bb6ab4086fd0514e8787c597c7b40804e1946ea6'
23 'd29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
24
25prepare() {
26 cd yabause-${pkgver}
27
28 patch -Np2 -i ../qt-5.11.patch
29 patch -Np1 -i ../rwx.patch
30}
31
32build() {
33 cd yabause-${pkgver}
34
35 if [[ -d build ]]; then
36 rm -rf build
37 fi
38 mkdir build && cd build
39
40 cmake .. \
41 -DCMAKE_BUILD_TYPE='Release' \
42 -DCMAKE_INSTALL_PREFIX='/usr' \
43 -DYAB_PORTS='qt' \
44 -DYAB_NETWORK='ON' \
45 -DYAB_OPTIMIZED_DMA='ON' \
46 -DSH2_DYNAREC=OFF # https://github.com/Yabause/yabause/issues/270
47 make
48}
49
50package() {
51 cd yabause-${pkgver}/build
52
53 make DESTDIR="${pkgdir}" install
54}
55
56# vim: ts=2 sw=2 et:
57

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 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
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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