vice-sdl2-svn

maintainer FredBezies · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Subversion checkout from the project's official repository on SourceForge, which is a legitimate development source; building from a non-whitelisted host is normal for AUR packages and does not imply risk when the host is project-affiliated.

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 Subversion checkout from the project's official repository on SourceForge, which is a legitimate development source; building from a non-whitelisted host is normal for AUR packages and does not imply risk when the host is project-affiliated.

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:17 source=("${_pkgname}::svn://svn.code.sf.net/p/vice-emu/code/trunk")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
2# Based on vice-svn PKGBUILD by Benjamin Hodgetts <ben@xnode.org>
3
4pkgname=vice-sdl2-svn
5_pkgname=vice-svn
6pkgver=r46192
7pkgrel=1
8pkgdesc="The Versatile Commodore Emulator 8-bits (PET/C64/C128/Plus4/Vic20) - SDL2 development version"
9arch=('i686' 'x86_64')
10url="http://vice-emu.sourceforge.net"
11license=('GPL-2.0-or-later')
12depends=(alsa-lib libpulse sdl2_image portaudio pciutils curl mpg123)
13makedepends=(dos2unix libpcap libxaw texlive-bin texlive-plaingeneric xa xorg-bdftopcf xorg-mkfontdir subversion)
14provides=('vice')
15replaces=('vice')
16conflicts=('vice' 'vice-svn')
17source=("${_pkgname}::svn://svn.code.sf.net/p/vice-emu/code/trunk")
18sha256sums=('SKIP')
19options=(!debug)
20
21pkgver() {
22 echo r$(svnversion "${SRCDEST}"/${_pkgname}/)
23}
24
25build() {
26 cd "${_pkgname}/vice"
27
28 ./autogen.sh
29 ./configure --prefix=/usr --libdir=/usr/lib --enable-sdl2ui --enable-pdf-docs --enable-ethernet --with-libcurl --with-mpg123
30 make
31}
32
33package() {
34 cd "${_pkgname}/vice"
35 make install DESTDIR="${pkgdir}/"
36}
37

Changes since previous scan

--- PKGBUILD @ 2026-06-19 22:34
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
pkgname=vice-sdl2-svn
_pkgname=vice-svn
-pkgver=r46146
+pkgver=r46192
pkgrel=1
pkgdesc="The Versatile Commodore Emulator 8-bits (PET/C64/C128/Plus4/Vic20) - SDL2 development version"
arch=('i686' 'x86_64')

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 09:17:30 MEDIUM 1
2026-06-19 22:34:54 CLEAN 2

Report a package

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

0 / 4000
Your suggestion