posprint-bin

LOW
maintainer Timfa 0 votes scanned 2026-09-19 17:30:41.880415
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for -bin packages; the source is verifiable via checksum and hosted on a trusted forge.

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 installs a prebuilt binary from the project's official GitLab release infrastructure, which is a normal and expected practice for -bin packages; the source is verifiable via checksum and hosted on a trusted forge.

PKGBUILD

1# Maintainer: posprint contributors
2pkgname=posprint-bin
3pkgver=0.5.8
4pkgrel=1
5pkgdesc="Designer for POS-print documents with live preview and USB ESC/POS printing (prebuilt binary)"
6arch=('x86_64')
7url="https://gitlab.com/Timfa/posprint"
8license=('MIT')
9depends=(
10 'gcc-libs'
11 'libxkbcommon'
12 'libxcb'
13 'openssl'
14 'dbus'
15 'wayland'
16 'libx11'
17 'fontconfig'
18 'freetype2'
19 'libglvnd'
20)
21provides=("posprint=${pkgver}")
22conflicts=('posprint')
23options=('!strip' '!debug')
24source=("posprint-${pkgver}-x86_64.tar.gz::https://gitlab.com/api/v4/projects/Timfa%2Fposprint/packages/generic/posprint/${pkgver}/posprint-${pkgver}-x86_64.tar.gz")
25sha256sums=('2146c5385af1fbcaad242e896566743c312843842d457f6ad8c0add96644bff5')
26
27package() {
28 cp -a "$srcdir/usr" "$pkgdir/"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 17:30:41 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