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>
2
pkgname=archinstaller-git
3
pkgver=1.0.1
4
pkgrel=1
5
pkgdesc="Modern GTK4 GUI installer for Arch Linux"
6
arch=('any')
7
url="https://github.com/bunyaminmrcn/arch-installer"
8
license=('GPL3')
9
depends=('python' 'gtk4' 'libadwaita' 'python-gobject' 'python-cairo'
10
'gparted' 'reflector' 'arch-install-scripts' 'cryptsetup'
11
'dosfstools' 'btrfs-progs' 'xfsprogs' 'f2fs-tools')
12
makedepends=('git' 'python-setuptools' 'python-wheel' 'python-build' 'python-installer')
13
provides=('archinstaller')
14
conflicts=('archinstaller')
15
16
source=("git+https://github.com/bunyaminmrcn/arch-installer.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "$srcdir/arch-installer"
21
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22
}
23
24
build() {
25
cd "$srcdir/arch-installer"
26
python -m build --wheel --no-isolation
27
}
28
29
package() {
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) | 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 19:39:35 | LOW | 2 |
| 2026-07-28 17:39:33 | LOW | 2 |