fenriz-desktop-git
maintainer zackb
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but the source is the project's own code, and no untrusted prebuilt binaries or malicious payloads are involved.
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 90%): The package builds from a public Git repository with a SKIP'd checksum, but the source is the project's own code, and no untrusted prebuilt binaries or malicious payloads are involved.
PKGBUILD
1
pkgname=fenriz-desktop-git
2
pkgver=0.1.12
3
pkgrel=1
4
pkgdesc="Desktop shell for Wayland compositors"
5
arch=('x86_64')
6
url="https://github.com/zackb/fenriz"
7
license=('MIT')
8
depends=('gtk4' 'gtk4-layer-shell' 'glib2' 'wayland' 'polkit' 'wireplumber' 'pam')
9
makedepends=('cmake' 'ninja' 'git' 'wayland-protocols')
10
optdepends=('fenriz: the compositor this shell is built for'
11
'fprintd: fingerprint unlock, see /usr/share/fenriz-desktop/pam'
12
'xdg-desktop-portal: file chooser for the wallpaper picker')
13
provides=('fenriz-desktop')
14
conflicts=('fenriz-desktop' 'fenriz-desktop-bin')
15
backup=('etc/pam.d/fenriz-desktop')
16
source=("git+${url}.git")
17
sha256sums=('SKIP')
18
19
# the git source dir is named after the repo, not the package
20
pkgver() {
21
cd fenriz
22
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
23
}
24
25
build() {
26
cmake -B build -S fenriz/desktop -G Ninja \
27
-DCMAKE_BUILD_TYPE=Release \
28
-DCMAKE_INSTALL_PREFIX=/usr
29
cmake --build build
30
}
31
32
package() {
33
DESTDIR="$pkgdir" cmake --install build
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-08-15 00:26+++ PKGBUILD @ 2026-08-18 00:03@@ -1,5 +1,5 @@ pkgname=fenriz-desktop-git-pkgver=0.1.11+pkgver=0.1.12 pkgrel=1 pkgdesc="Desktop shell for Wayland compositors" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 07:30:18 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 05:27:47 | LOW | 2 |
| 2026-08-14 00:03:41 | CLEAN | 2 |
| 2026-08-13 07:25:43 | LOW | 1 |
| 2026-08-13 03:25:23 | LOW | 1 |