bspwm-ng-git

LOW
maintainer maflorezp 0 votes scanned 2026-09-22 03:36:46.988110
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Mauricio Alexander Flórez <maflorezp@gmail.com>
2#
3# bspwm-ng, the continuation of bspwm, built from the `local` branch of
4# github.com/maflorezp/bspwm-ng: edge magnetism, stepped drags, configurable
5# Aero Snap zones and preview, rules matched on window properties, four pull
6# requests from the original bspwm and fixes for bugs inherited from bspwm1.
7# Replaces the official bspwm, bspwm1 and this package's old name,
8# bspwm1-maflorezp-git. The binaries are still bspwm and bspc.
9#
10# This is the PKGBUILD published on AUR. Its pkgver here is only a hint and
11# may lag a release behind: the one on AUR is worked out when publishing, from
12# the commit being published (see docs/maflorezp/2026-09-17-publicar-en-aur.md).
13
14pkgname=bspwm-ng-git
15_srcname=bspwm-ng
16pkgver=1.6.3.r2.g4e6da37
17pkgrel=1
18pkgdesc="bspwm fork with live edge magnetism, stepped drags, configurable Aero Snap and rules matched on window properties"
19arch=('x86_64')
20url="https://github.com/maflorezp/bspwm-ng"
21license=('BSD-2-Clause')
22depends=('libxcb' 'xcb-util' 'xcb-util-keysyms' 'xcb-util-wm' 'libxkbcommon')
23makedepends=('git')
24optdepends=('sxhkd: keybinding daemon')
25provides=('bspwm' 'bspwm1')
26conflicts=('bspwm' 'bspwm1' 'bspwm1-maflorezp-git')
27replaces=('bspwm1-maflorezp-git')
28# `local` is the main branch. Being a -git package, pkgver() works out the
29# exact commit on every build.
30source=("${_srcname}::git+${url}.git#branch=local")
31sha256sums=('SKIP')
32
33# VCS package version: last tag, commits since it and hash (1.6.3.r0.gabcdef0).
34pkgver() {
35 cd "${_srcname}"
36 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
37}
38
39build() {
40 cd "${_srcname}"
41 make
42}
43
44package() {
45 cd "${_srcname}"
46 make DESTDIR="$pkgdir" PREFIX=/usr install
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 03:36:46 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