briquolo

maintainer envolution · 12 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 (briquolo.free.fr), which is not on a standard forge but plausibly the project's own; building from official project source, even on a non-whitelisted host, is normal AUR packaging and not inherently dangerous.

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 the project's official domain (briquolo.free.fr), which is not on a standard forge but plausibly the project's own; building from official project source, even on a non-whitelisted host, is normal AUR packaging 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:16 source=(http://briquolo.free.fr/download/$pkgname-$pkgver.tar.bz2 \

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: envolution
2# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3# Contributor: Liberion <liberion[at]gmail[.]com> patch libpng compile
4# Contributor: SanskritFritz (gmail)
5
6pkgname=briquolo
7pkgver=0.5.7
8pkgrel=6
9pkgdesc="Breakout game with 3D representation based on OpenGL."
10arch=('i686' 'x86_64')
11url="http://briquolo.free.fr/"
12license=('GPL')
13depends=('sdl_mixer' 'sdl_ttf' 'glu')
14makedepends=('patch' 'autoconf' 'automake' 'cvs')
15options=('!makeflags')
16source=(http://briquolo.free.fr/download/$pkgname-$pkgver.tar.bz2 \
17 $pkgname.desktop $pkgname.png $pkgname-gcc.patch $pkgname-libpng.patch \
18 $pkgname-resolution_const_fix.patch)
19md5sums=('e24d22d2d719d64c231d3d76f9291d6e'
20 '0fb2744c4bb0e36bf9599a77a54183d7'
21 '6a310dfa94225c9e16571e4e25eebfb3'
22 'd3077d1a57e531bbe8d1b15dae09969f'
23 'f9b3afa24803a02d23616b859d880b1d'
24 'dacbb109f5ede27507025cd5a86b42fe')
25
26prepare() {
27 cd "${srcdir}"/$pkgname-$pkgver
28
29# Fixes gcc 4.3 compilation
30 patch -Np0 -i "${srcdir}"/$pkgname-gcc.patch
31# Fixes libpng compilation problem
32 patch -Np1 -i "${srcdir}"/$pkgname-libpng.patch
33# Fix resolution call
34 patch -p1 -i "${srcdir}"/$pkgname-resolution_const_fix.patch
35}
36
37build() {
38 cd "${srcdir}"/$pkgname-$pkgver
39
40 autoreconf -fi
41 ./configure --prefix=/usr --with-x=yes --with-sdl=yes --disable-rpath --disable-sdltest
42 make
43}
44
45package() {
46 cd "${srcdir}"/$pkgname-$pkgver
47# Fix for buggy Makefile - give it a desktop file to process
48 install -Dm644 "${srcdir}"/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
49
50 make prefix="${pkgdir}"/usr install
51# make DESTDIR="${pkgdir}" install
52
53# Icons
54 install -Dm644 "$srcdir/$pkgname-$pkgver/desktop/$pkgname.svg" "$pkgdir/usr/share/pixmaps/$pkgname.svg"
55 install -Dm644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
56
57# Force usage of correct desktop entry
58 install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir"/usr/share/applications/$pkgname.desktop
59}
60

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