utumno

CLEAN
maintainer dani-77 0 votes scanned 2026-09-27 00:07:07.510666
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; dependencies are reasonable and no suspicious downloads or executions are present.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1# Maintainer: Daniel Azevedo <daniazevedo77@posteo.net>
2
3pkgname=utumno
4pkgver=0.1.2
5pkgrel=1
6pkgdesc="Minimal Quickshell shell for Wayland compositors, lighter sibling of quickshell-d77"
7arch=('any')
8url="https://github.com/dani-77/utumno"
9license=('MIT')
10# Unlike the Void template, quickshell is listed here: an unversioned
11# dependency never holds back pacman upgrades.
12depends=('quickshell' 'power-profiles-daemon' 'alsa-utils' 'alsa-tools'
13 'brightnessctl' 'wireless_tools')
14makedepends=('rsync')
15optdepends=(
16 'upower: battery widget'
17 'networkmanager: network widget'
18)
19source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
20sha256sums=('7a784f95abc1cc1b47140445c838b74431fd548de9ac8af6b133edd69dfaadac')
21
22package() {
23 cd "$pkgname-$pkgver"
24 make DESTDIR="$pkgdir" install
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 00:07:07 Clean 2
2026-09-26 23:16:08 Low 1

Report a package

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

0 / 4000
Your suggestion