yabause-qt5

maintainer andreas_baumann · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion