sysdupd-git
maintainer dominiksadura
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository (GitHub) under a plausible project owner, installs only the project's own code and data files, and the 'recently orphaned & re-adopted' flag is a metadata warning with no inherent security impact.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from a public Git repository (GitHub) under a plausible project owner, installs only the project's own code and data files, and the 'recently orphaned & re-adopted' flag is a metadata warning with no inherent security impact.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
pkgname=sysdupd-git
2
pkgver=r3.38de8ab
3
pkgrel=1
4
pkgdesc="a sleek libadwaita system update manager for soren's rig"
5
arch=('any')
6
url="https://virex.lol"
7
license=('MIT')
8
depends=('python' 'python-gobject' 'libadwaita' 'libportal-gtk4' 'libayatana-appindicator')
9
makedepends=('git' 'python-setuptools')
10
provides=('sysdupd')
11
conflicts=('sysdupd')
12
source=('sysdupd::git+https://github.com/hnpf/sysdupd.git') # change this to your actual repo link!
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "$srcdir/${pkgname%-git}"
17
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18
}
19
20
package() {
21
cd "$srcdir/${pkgname%-git}"
22
python setup.py install --root="$pkgdir/" --optimize=1
23
24
# install the icons and desktop files from your data folder
25
install -Dm644 data/software-update-available-symbolic.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/com.virex.sysdupd-symbolic.svg"
26
install -Dm644 data/com.virex.Sysdupd.desktop "$pkgdir/usr/share/applications/com.virex.sysdupd.desktop"
27
install -Dm644 data/com.virex.Sysdupd.gschema.xml "$pkgdir/usr/share/glib-2.0/schemas/com.virex.sysdupd.gschema.xml"
28
}
29
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |