gitilante-bin

LOW
maintainer rutilante 0 votes scanned 2026-09-23 19:40:47.268111
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for AUR binary packages; the low severity is due to the limited trust context of the host and recent upload, but the source is verifiable and checksummed.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for AUR binary packages; the low severity is due to the limited trust context of the host and recent upload, but the source is verifiable and checksummed.

PKGBUILD

1# Maintainer: Riccardo Marotti
2#
3# Generated from packaging/aur-bin/PKGBUILD.in by
4# scripts/generate-aur-bin-package.sh: do not edit the generated PKGBUILD by
5# hand.
6
7pkgname=gitilante-bin
8pkgver=0.3.0
9pkgrel=1
10pkgdesc="A focused Git GUI for diffs, hunks and history (prebuilt binary)"
11arch=('x86_64')
12url="https://gitlab.com/rutilante/gitilante"
13license=('GPL-3.0-or-later')
14depends=(
15 'git'
16 'gtk4'
17 'gtksourceview5'
18 'libadwaita'
19)
20provides=("gitilante=$pkgver")
21conflicts=('gitilante')
22source=(
23 "gitilante-$pkgver-linux-x86_64.tar.gz::https://gitlab.com/api/v4/projects/rutilante%2Fgitilante/packages/generic/gitilante/0.3.0/gitilante-0.3.0-linux-x86_64.tar.gz"
24)
25sha256sums=('0f31b5ac24a54e7b2f39972f96c8867c882ae50de0a0217b9bcea284b214409e')
26
27package() {
28 cd "$srcdir/gitilante-$pkgver-linux-x86_64"
29
30 install -Dm755 bin/gitilante \
31 "$pkgdir/usr/bin/gitilante"
32 # Short command name.
33 ln -s gitilante "$pkgdir/usr/bin/gila"
34 install -Dm644 \
35 share/applications/dev.gitilante.Gitilante.desktop \
36 "$pkgdir/usr/share/applications/dev.gitilante.Gitilante.desktop"
37 install -Dm644 \
38 share/icons/hicolor/scalable/apps/dev.gitilante.Gitilante.svg \
39 "$pkgdir/usr/share/icons/hicolor/scalable/apps/dev.gitilante.Gitilante.svg"
40 install -Dm644 \
41 share/metainfo/dev.gitilante.Gitilante.metainfo.xml \
42 "$pkgdir/usr/share/metainfo/dev.gitilante.Gitilante.metainfo.xml"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 19:40:47 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