gnome-shell-extension-albumwm-git

LOW
maintainer eNV25 1 votes scanned 2026-08-25 05:25:49.966969
View on AUR
Why flagged

The package builds from the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 builds from the project's own GitHub source using git, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: eNV25 <env252525@gmail.com>
2
3pkgname=gnome-shell-extension-albumwm-git
4pkgver=50.0.r3756.f1efeaa
5pkgrel=1
6pkgdesc="Scrollable tiling extension for GNOME Shell"
7arch=('any')
8url="https://albumwm.0iq.dev"
9license=('GPL-3.0-or-later')
10depends=('gnome-shell')
11makedepends=('git' 'npm' 'blueprint-compiler' 'glib2')
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=('git+https://github.com/poli0iq/albumwm.git')
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/albumwm"
19 printf "%s.r%s.%s" \
20 "$(grep -Po '"version"\s*:\s*"\K[^"]+' package.json)" \
21 "$(git rev-list --count HEAD)" \
22 "$(git rev-parse --short HEAD)"
23}
24
25build() {
26 cd "$srcdir/albumwm"
27 npm install --no-audit --no-fund
28 npm run build
29}
30
31package() {
32 cd "$srcdir/albumwm"
33 mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
34 mv dist/ "$pkgdir/usr/share/gnome-shell/extensions/albumwm@0iq.dev"
35 mkdir -p "$pkgdir/usr/share/glib-2.0/"
36 mv -t "$pkgdir/usr/share/glib-2.0/" "$pkgdir/usr/share/gnome-shell/extensions/albumwm@0iq.dev/schemas/"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 05:25:49 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