waybar-weather-cffi
maintainer asteroidzman
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own git repository, which is a normal AUR practice; 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 95%): The package builds from the project's own git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: ralf <ralf.wierzbicki@gmail.com>
2
pkgname=waybar-weather-cffi
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc='waybar CFFI plugin for weather (condition icon + temperature, hourly/daily popover)'
6
arch=('x86_64')
7
url='https://github.com/asteroidzman/waybar-weather'
8
license=('MIT')
9
depends=('waybar' 'gtk3' 'glib2' 'json-glib' 'gtk-layer-shell' 'curl')
10
makedepends=('pkgconf' 'git')
11
# pkgname (waybar-weather-cffi) doesn't match the repo's own name
12
# (waybar-weather -- the plain "waybar-weather" AUR name was already taken
13
# by an unrelated package) so alias the source dir to $pkgname explicitly.
14
source=("$pkgname::git+$url.git#tag=$pkgver")
15
sha256sums=('SKIP')
16
17
prepare() {
18
cd "$pkgname"
19
git submodule update --init --recursive
20
}
21
22
build() {
23
cd "$pkgname"
24
make
25
}
26
27
package() {
28
cd "$pkgname"
29
make DESTDIR="$pkgdir" PREFIX=/usr/lib/waybar DATADIR=/usr/share/waybar-weather install
30
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 05:12:56 | LOW | 2 |