lagrange

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

The source is a release tarball from the project's official self-hosted Git instance, which is a plausible and common hosting choice for AUR packages; building from official project sources, even on non-whitelisted hosts, is low risk.

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 release tarball from the project's official self-hosted Git instance, which is a plausible and common hosting choice for AUR packages; building from official project sources, even on non-whitelisted hosts, is low risk.

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:12 "https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Roshless <pkg@roshless.com>
2
3pkgname=lagrange
4pkgrel=1
5pkgver=1.21.1
6pkgdesc="Beautiful Gemini Client"
7url="https://git.skyjake.fi/skyjake/lagrange"
8arch=('x86_64' 'i686' 'aarch64' 'armv7h')
9license=("BSD")
10install="$pkgname.install"
11source=(
12 "https://git.skyjake.fi/skyjake/$pkgname/releases/download/v$pkgver/lagrange-$pkgver.tar.gz"
13)
14
15depends=(
16 "fribidi"
17 "harfbuzz"
18 "hicolor-icon-theme"
19 "libunistring"
20 "openssl"
21 "pcre"
22 "sdl2"
23 "zlib"
24 "mpg123"
25)
26makedepends=(
27 "cmake"
28 "zip"
29)
30optdepends=(
31 "libwebp: Webp decode support"
32 "libjxl: JPEG XL image decoding"
33)
34
35build() {
36 cmake -B build -S "$pkgname-${pkgver}" \
37 -DCMAKE_INSTALL_PREFIX='/usr' \
38 -DENABLE_KERNING=OFF \
39 -DTFDN_ENABLE_WARN_ERROR=OFF \
40 -DCMAKE_BUILD_TYPE=Release \
41 -Wno-dev
42 make -C build
43}
44
45package() {
46 install -Dm644 $pkgname-$pkgver/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47
48 cd build
49 make DESTDIR="$pkgdir" install
50}
51
52sha256sums=('49389240e34fb9e79cebb9566af24723ae15f9ba2ca8e8933ffdd5c3e034953c')
53

Changes since previous scan

--- PKGBUILD @ 2026-09-03 00:15
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
pkgname=lagrange
pkgrel=1
-pkgver=1.21.0
+pkgver=1.21.1
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -49,5 +49,5 @@
make DESTDIR="$pkgdir" install
}
-sha256sums=('f91b798571af9c55b116159b6e940edbac03f93c84a82450f5ac1007f2a570e6')
+sha256sums=('49389240e34fb9e79cebb9566af24723ae15f9ba2ca8e8933ffdd5c3e034953c')

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 11:53:08 Medium 1
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

Report a package

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

0 / 4000
Your suggestion