gnome-shell-extension-night-shift-git
LOW
maintainer christophermca
0 votes
scanned 2026-09-02 13:50:58.396718
Why flagged
The package builds from a public Git repository of the maintainer's own project, 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 a public Git repository of the maintainer's own project, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Christopher McAdams <mca.christopher@gmail.com>
2
pkgname="gnome-shell-extension-night-shift-git"
3
pkgver=r48.bd29331
4
pkgrel=1
5
pkgdesc="::Rolling release:: A Small utility to switch the selected preferred mode."
6
arch=('any')
7
url="https://github.com/christophermca/gnome-shell-extension-night-shift"
8
license=('GPL-3.0-or-later')
9
makedepends=('git')
10
provides=('gnome-shell-extension-night-shift-git'
11
'get-sunrise-sunset.service'
12
'get-sunrise-sunset.timer'
13
'gnome-night-shift.service'
14
'gnome-night-shift.timer')
15
conflicts=('gnome-shell-extension-night-shift-git'
16
'gnome-night-shift-git'
17
'gnome-mode-shift-git'
18
'alacritty-use-theme-with-redshift'
19
'alacritty-use-theme-with-redshift-git')
20
source=("$pkgname::git+https://github.com/christophermca/gnome-shell-extension-night-shift.git/")
21
sha256sums=('SKIP')
22
depends=( 'gnome-shell' 'gjs' 'python' )
23
24
pkgver() {
25
cd "$pkgname"
26
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
27
}
28
29
package() {
30
cd "$srcdir/$pkgname"
31
echo $PWD
32
# options and directives that can be overridden
33
pkgdesc="::Rolling release:: Changes gnomes perferred mode based on sunrise/sunset"
34
make install
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 13:50:58 | Low | 2 |