bspwm1-wl
LOW
maintainer rotko
0 votes
scanned 2026-09-08 05:16:12.985842
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
4
pkgname=bspwm1-wl
5
pkgver=1.6.0
6
pkgrel=1
7
pkgdesc="bspwm as a Wayland compositor (wlroots backend of bspwm1)"
8
arch=('x86_64')
9
url="https://github.com/rotkonetworks/bspwm1"
10
license=('BSD-2-Clause')
11
depends=('bspwm1' 'wlroots0.20' 'wayland' 'libxkbcommon' 'pixman' 'libdrm' 'xorg-xwayland')
12
makedepends=('git' 'wayland-protocols' 'wlr-protocols')
13
optdepends=(
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.
20
provides=('bspwm-wl')
21
# Pinned to the release tag, see pkg/arch/PKGBUILD for why.
22
source=("git+${url}.git#tag=v${pkgver}")
23
sha256sums=('SKIP')
24
25
pkgver() {
26
cd "bspwm1"
27
git describe --tags | sed 's/^v//;s/-/./g'
28
}
29
30
build() {
31
cd "bspwm1"
32
make BACKEND=wlroots
33
}
34
35
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-08 05:16:12 | Low | 2 |
| 2026-09-08 03:15:31 | Low | 2 |