cbzview-git

LOW
maintainer nebiki 0 votes scanned 2026-09-02 15:51:02.635429
View on AUR
Why flagged

The package builds from the project's own Git repository, which is normal for AUR packages; 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 normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: nebiki <alexandriagustaf@gmail.com>
2pkgname=cbzview-git
3pkgver=r3.7f6fe0e
4pkgrel=1
5pkgdesc="fast Linux CBZ comic & manga viewer with mmap, PBO streaming, and bicubic screentone anti-aliasing"
6arch=('x86_64' 'aarch64')
7url="https://github.com/alexantSWE/cbzview"
8license=('MIT')
9depends=(
10 'glibc'
11 'glfw'
12 'libzip'
13 'libjpeg-turbo'
14 'libwebp'
15 'libpng'
16 'libglvnd'
17 'hicolor-icon-theme'
18)
19makedepends=('git' 'gcc' 'pkgconf' 'make')
20provides=('cbzview')
21conflicts=('cbzview')
22source=("git+https://github.com/alexantSWE/cbzview.git")
23sha256sums=('SKIP')
24
25pkgver() {
26 cd "$srcdir/cbzview"
27 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
28}
29
30build() {
31 cd "$srcdir/cbzview"
32 make -j$(nproc)
33}
34
35package() {
36 cd "$srcdir/cbzview"
37 make DESTDIR="$pkgdir" PREFIX=/usr install
38 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 15:51:02 Low 2
2026-09-02 13:50:58 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