omasnap-bin
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method for some projects; the source is verifiable and the binary is not obfuscated or executed remotely, limiting supply-chain risk to the project's own release integrity.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 GitHub releases, which is a normal distribution method for some projects; the source is verifiable and the binary is not obfuscated or executed remotely, limiting supply-chain risk to the project's own release integrity.
PKGBUILD
# Maintainer: Pol Rivero <aur at polrivero dot com>
pkgname=omasnap-bin
_pkgname=omasnap
pkgver=1.20.1
pkgrel=1
pkgdesc="Native Wayland screenshot and annotation editor for Omarchy and Hyprland (prebuilt binary)"
arch=('x86_64')
url="https://github.com/tobi/omasnap"
license=('MIT')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
depends=(
'glibc'
'hyprland'
'layer-shell-qt'
'libgcc'
'libglvnd'
'libstdc++'
'qt6-base'
'wayland'
'wl-clipboard'
)
optdepends=(
'tesseract: extract text from screenshots (OCR)'
'tesseract-data-eng: English training data for OCR'
)
# Upstream ships a prebuilt, unstripped binary; leave it exactly as released.
options=('!strip' '!debug')
source=(
"${_pkgname}-${pkgver}-archlinux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-archlinux-x86_64.tar.gz"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/tobi/omasnap/v${pkgver}/LICENSE"
)
sha256sums=('8890b45aad71728ec7ebaad4bdaf8cdc59bd2a5d7e14b749973e4bb5f544a366'
'SKIP')
package() {
# The release tarball is already a /usr filesystem tree.
install -Dm755 "${srcdir}/usr/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" \
-t "${pkgdir}/usr/share/applications"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${srcdir}/usr/share/licenses/${_pkgname}/"*.txt \
-t "${pkgdir}/usr/share/licenses/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 11:32:31 | Low | 2 |