wlpdisplays-git
maintainer marvin1099
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository on Codeberg, a legitimate forge; the source is not a prebuilt binary, and the installation uses standard Python packaging; SKIP'd checksum is common for git sources but reduces verifiability, though the risk is low given the transparent build process.
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 a public Git repository on Codeberg, a legitimate forge; the source is not a prebuilt binary, and the installation uses standard Python packaging; SKIP'd checksum is common for git sources but reduces verifiability, though the risk is low given the transparent build process.
PKGBUILD
1
# Maintainer: Marvin1099
2
pkgname=wlpdisplays-git
3
pkgver=0.2.0.r0.ga70f6b5
4
pkgrel=1
5
pkgdesc="Print connected Wayland monitor information as JSON by parsing wayland-info output"
6
arch=('any')
7
url="https://codeberg.org/marvin1099/wlpdisplays"
8
license=('AGPL3')
9
depends=('python' 'wayland-utils')
10
makedepends=('git' 'python-pip')
11
source=("git+https://codeberg.org/marvin1099/wlpdisplays.git")
12
sha256sums=('SKIP')
13
14
pkgver() {
15
cd "$srcdir/wlpdisplays"
16
git describe --long --tags --abbrev=7 2>/dev/null | \
17
sed 's/^v//;s/-/.r/;s/-/./' || \
18
printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19
}
20
21
package() {
22
cd "$srcdir/wlpdisplays"
23
python -m pip install --root="$pkgdir" --prefix=/usr --no-build-isolation --no-deps .
24
find "$pkgdir" -type d -name __pycache__ -exec rm -rf {} +
25
find "$pkgdir" -type f -name direct_url.json -delete
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 15:26:23 | LOW | 2 |