astra-airlock-git

LOW
maintainer evertiro 0 votes scanned 2026-08-25 19:27:42.084104
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source for a git-based AUR package; no untrusted executables or malicious patterns are present.

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 with a SKIP'd checksum, but it is a legitimate source for a git-based AUR package; no untrusted executables or malicious patterns are present.

PKGBUILD

1# Maintainer: Dan Griffiths <me at evertiro dot com>
2
3pkgname=astra-airlock-git
4pkgver=1.1.2.r12.g9ef48d1
5pkgrel=1
6pkgdesc='A beautiful m3expressive greetd frontend based on Caelestia'
7arch=('x86_64')
8url='https://github.com/AstraSuite/Airlock'
9license=('GPL-3.0-only')
10depends=(
11 'glibc'
12 'greetd'
13 'libstdc++'
14 'qt6-base'
15 'qt6-declarative'
16 'qt6-m3shapes-git'
17)
18optdepends=(
19 'caelestia-cli: dynamic color scheme synching with Caelestia'
20 'cage: required if not using Hyprland'
21 'hyprland: required if not using Cage'
22 'wlr-randr: required if using monitor flags'
23)
24makedepends=(
25 'cmake'
26 'git'
27 'ninja'
28)
29conflicts=(
30 'astra-airlock'
31 'astra-airlock-bin'
32)
33source=(
34 "${pkgname}::git+${url}.git"
35 "astra-airlock.install"
36)
37sha256sums=(
38 'SKIP'
39 '7d6ed7e60cc63afc2ff25321a19e55d817713ed38963547ae6b2c6d5672e39fc'
40)
41pkgver() {
42 cd "${srcdir}/${pkgname}"
43
44 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
45}
46build()
47{
48 cd "${srcdir}/${pkgname}"
49
50 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
51 cmake --build build
52}
53package()
54{
55 cd "${srcdir}/${pkgname}"
56
57 DESTDIR="$pkgdir" cmake --install build
58 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 19:27:42 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