screenr-bin

maintainer zxp19821005 · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt RPM from the project's GitHub releases, which is a normal distribution method for binary packages; the source is verifiable and signed by the project, and no malicious behavior is present in the PKGBUILD.

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 RPM from the project's GitHub releases, which is a normal distribution method for binary packages; the source is verifiable and signed by the project, and no malicious behavior is present in the PKGBUILD.

PKGBUILD

1# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2pkgname=screenr-bin
3_pkgname=ScreenR
4pkgver=1.2.0
5pkgrel=1
6pkgdesc="A Simple Desktop application for screen recording.(Prebuilt version)"
7arch=('x86_64')
8url="https://github.com/bolorundurovj/screenr"
9license=('MIT')
10provides=("${pkgname%-bin}=${pkgver}")
11conflicts=("${pkgname%-bin}")
12depends=(
13 'gtk3'
14 'gdk-pixbuf2'
15 'webkit2gtk-4.1'
16)
17source=("${pkgname%-bin}-${pkgver}.rpm::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-1.${CARCH}.rpm")
18sha256sums=('0eec849da9d380903c22031e1d4d63d2b808f0c9c4754b79f91ef255dbc9b6bf')
19prepare() {
20 sed -i "s/Categories=/Categories=AudioVideo;Utility;/g" "${srcdir}/usr/share/applications/${_pkgname}.desktop"
21}
22package() {
23 install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
24 find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
25 _extension="${_i##*.}"
26 _icon_path="${_i#*share/icons/}"
27 _target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
28 install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
29 done
30 install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
31}

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 13:23:33 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