postero-bin

maintainer Dominiquini · 1 votes · scanned 2026-08-18 01:38:17.845211
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from GitHub releases with valid checksums; while the host is not whitelisted, the source is from the project's official repository and the binaries are verified, limiting risk to typical supply-chain concerns for binary packages.

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 downloads prebuilt binaries from GitHub releases with valid checksums; while the host is not whitelisted, the source is from the project's official repository and the binaries are verified, limiting risk to typical supply-chain concerns for binary packages.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_pkgauthor=kriuchkov
4_pkgname=postero
5_appname=pstr
6pkgname=${_pkgname}-bin
7pkgdesc="A modern open-source terminal email client designed for productivity"
8
9pkgver=1.0.2
10pkgrel=1
11_pkgvername=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('x86_64' 'arm64')
15
16url="https://github.com/${_pkgauthor}/${_pkgname}"
17_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
18
19license=('GPL-3.0')
20
21provides=("${_appname}")
22conflicts=("${pkgname%-bin}")
23
24options=('!strip')
25
26source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[0]}.tar.gz")
27source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[1]}.tar.gz")
28sha256sums_x86_64=('8650749ac7d0d4ef953cab75e1e41146170adf5a17fa4b84952b1a9035cad82b')
29sha256sums_aarch64=('ff00fb1677c86586580d271d89788f7014e4fde9419e82f8a7c4dab5f09bb915')
30
31
32package() {
33 cd "${srcdir}/" || exit
34
35 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
36
37 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
39 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 01:38:17 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