archinstaller-git

maintainer matrax · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not inherent risk.

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 GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not inherent risk.

PKGBUILD

1# Maintainer: Your Name <your@email.com>
2pkgname=archinstaller-git
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="Modern GTK4 GUI installer for Arch Linux"
6arch=('any')
7url="https://github.com/bunyaminmrcn/arch-installer"
8license=('GPL3')
9depends=('python' 'gtk4' 'libadwaita' 'python-gobject' 'python-cairo'
10 'gparted' 'reflector' 'arch-install-scripts' 'cryptsetup'
11 'dosfstools' 'btrfs-progs' 'xfsprogs' 'f2fs-tools')
12makedepends=('git' 'python-setuptools' 'python-wheel' 'python-build' 'python-installer')
13provides=('archinstaller')
14conflicts=('archinstaller')
15
16source=("git+https://github.com/bunyaminmrcn/arch-installer.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$srcdir/arch-installer"
21 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22}
23
24build() {
25 cd "$srcdir/arch-installer"
26 python -m build --wheel --no-isolation
27}
28
29package() {
30 cd "$srcdir/arch-installer"
31 python -m installer --destdir="$pkgdir" dist/*.whl
32 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
33}
34

Scan history

Scanned at (UTC)SeverityRules
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 19:39:35 LOW 2
2026-07-28 17:39:33 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