bspwm1-wl

LOW
maintainer rotko 0 votes scanned 2026-09-08 05:16:12.985842
View on AUR
Why flagged

The package builds from the project's own git repository, 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 90%): The package builds from the project's own git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: rotkonetworks <hq@rotko.net>
2# PGP: 813CE099D6CE512BC29A15D841EE1853489958D6
3
4pkgname=bspwm1-wl
5pkgver=1.6.0
6pkgrel=1
7pkgdesc="bspwm as a Wayland compositor (wlroots backend of bspwm1)"
8arch=('x86_64')
9url="https://github.com/rotkonetworks/bspwm1"
10license=('BSD-2-Clause')
11depends=('bspwm1' 'wlroots0.20' 'wayland' 'libxkbcommon' 'pixman' 'libdrm' 'xorg-xwayland')
12makedepends=('git' 'wayland-protocols' 'wlr-protocols')
13optdepends=(
14 'waybar: status bar'
15 'rofi: launcher (has a native Wayland backend)'
16 'dunst: notifications'
17 'swaylock: screen locker'
18 'swayidle: idle management')
19# bspc comes from bspwm1, which this package depends on.
20provides=('bspwm-wl')
21# Pinned to the release tag, see pkg/arch/PKGBUILD for why.
22source=("git+${url}.git#tag=v${pkgver}")
23sha256sums=('SKIP')
24
25pkgver() {
26 cd "bspwm1"
27 git describe --tags | sed 's/^v//;s/-/./g'
28}
29
30build() {
31 cd "bspwm1"
32 make BACKEND=wlroots
33}
34
35package() {
36 cd "bspwm1"
37 install -Dm755 bspwm-wl "$pkgdir/usr/bin/bspwm-wl"
38 install -Dm644 contrib/freedesktop/bspwm-wayland.desktop \
39 "$pkgdir/usr/share/wayland-sessions/bspwm-wayland.desktop"
40 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 05:16:12 Low 2
2026-09-08 03:15:31 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