gnome-shell-extension-night-shift-git

LOW
maintainer christophermca 0 votes scanned 2026-09-02 13:50:58.396718
View on AUR
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>
2pkgname="gnome-shell-extension-night-shift-git"
3pkgver=r48.bd29331
4pkgrel=1
5pkgdesc="::Rolling release:: A Small utility to switch the selected preferred mode."
6arch=('any')
7url="https://github.com/christophermca/gnome-shell-extension-night-shift"
8license=('GPL-3.0-or-later')
9makedepends=('git')
10provides=('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')
15conflicts=('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')
20source=("$pkgname::git+https://github.com/christophermca/gnome-shell-extension-night-shift.git/")
21sha256sums=('SKIP')
22depends=( 'gnome-shell' 'gjs' 'python' )
23
24pkgver() {
25 cd "$pkgname"
26 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
27}
28
29package() {
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)SeverityRules
2026-09-02 13:50:58 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