katriawm
MEDIUM
maintainer TrialnError
0 votes
scanned 2026-08-26 21:30:41.721447
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
Medium
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source=("git+https://movq.de/git/katriawm.git#tag=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Lex Black <autumn-wind@web.de>
2
# Contributor: Tmplt <tmplt@dragons.rocks>
3
4
pkgname=katriawm
5
pkgver=26.07
6
pkgrel=1
7
pkgdesc="non-reparenting, dynamic window manager for X11 with decorations"
8
arch=("i686" "x86_64")
9
url="https://movq.de/git/katriawm/#readme"
10
license=("MIT")
11
makedepends=("git")
12
depends=("libx11" "libxft" "libxrandr")
13
source=("git+https://movq.de/git/katriawm.git#tag=v${pkgver}")
14
sha256sums=('269ac3d5efdc343243ebca7d3dc02430d8177a6e0a48cc90abdd21b7457b53a2')
15
16
17
prepare() {
18
cd "${pkgname}/src"
19
20
# Read custom config headers from $XDG_CONFIG_HOME/katria{wm,bi}-config.h
21
config=${XDG_CONFIG_HOME:-~/.config/}
22
23
if [[ -f "${config}/katriawm-config.h" ]]; then
24
msg "Using custom config.h for katriawm(1)"
25
cp -f "${config}/katriawm-config.h" core/config.h
26
fi
27
28
if [[ -f "${config}/katriabi-config.h" ]]; then
29
msg "Using custom config.h for katriabi(1)"
30
cp -f "${config}/katriabi-config.h" barinfo/config.h
31
fi
32
}
33
34
build() {
35
make -C "${pkgname}/src" prefix=/usr
36
}
37
38
package() {
39
make -C "${pkgname}/src" prefix=/usr DESTDIR=${pkgdir} install
40
install -Dm644 ${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41
}
42
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-26 21:30@@ -2,16 +2,16 @@ # Contributor: Tmplt <tmplt@dragons.rocks> pkgname=katriawm-pkgver=25.12+pkgver=26.07 pkgrel=1 pkgdesc="non-reparenting, dynamic window manager for X11 with decorations" arch=("i686" "x86_64")-url="https://www.uninformativ.de/git/katriawm/file/README.html"+url="https://movq.de/git/katriawm/#readme" license=("MIT") makedepends=("git") depends=("libx11" "libxft" "libxrandr")-source=("git+https://www.uninformativ.de/git/katriawm.git#tag=v${pkgver}")-sha256sums=('14f438961af70803d3999dac2af2451a5a155c0fb9db3259f751a1fddd659ea1')+source=("git+https://movq.de/git/katriawm.git#tag=v${pkgver}")+sha256sums=('269ac3d5efdc343243ebca7d3dc02430d8177a6e0a48cc90abdd21b7457b53a2') prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 21:30:41 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |