akizip-git

CLEAN
maintainer Giteeajake 0 votes scanned 2026-09-27 00:07:07.510666
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the low-vote and recent upload are not indicators of maliciousness, and all other aspects follow standard packaging guidelines.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1#Maintainer: Mumi Jim <echo "=02bj5yav9Gb0V3bA1Waq9VatVXb" | rev | base64 -d>
2# a funny project
3
4pkgname="akizip-git"
5_appname="AkiZip"
6pkgver=0.4.0.r0.g377a1cdc
7pkgrel=1
8pkgdesc='A modern archive manager for the Linux desktop.'
9url='https://github.com/AkiZip/AkiZip'
10_app_website='https://www.akizip.top/'
11arch=('x86_64' 'aarch64')
12license=('GPL-3.0-or-later')
13source=("git+$url.git")
14sha256sums=('SKIP')
15depends=('7zip' 'cairo' 'dconf' 'gtk4' 'hicolor-icon-theme' 'libadwaita' 'python-gobject' 'pango')
16makedepends=('gettext' 'git' 'gobject-introspection' 'meson' 'ninja' 'pkgconf')
17
18pkgver() {
19 cd "${srcdir}/${_appname}"
20 git describe --long --tags --abbrev=8 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23build() {
24 cd "${srcdir}/${_appname}"
25 arch-meson . build
26 meson compile -C build
27}
28
29package() {
30 cd "${srcdir}/${_appname}"
31 meson install -C build --destdir "$pkgdir"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 00:07:07 Clean 2
2026-09-26 11:15:02 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion