unfocol-bin

LOW
maintainer MrOnijohn 0 votes scanned 2026-09-09 11:19:32.361939
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice for AUR packages; the binary is not executed during build, and the source is verifiable via checksums.

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 GitHub releases, which is a normal and expected practice for AUR packages; the binary is not executed during build, and the source is verifiable via checksums.

PKGBUILD

1# Maintainer: John Kinell <johnkinell@gmail.com>
2
3pkgname=unfocol-bin
4pkgver=2.0.0
5pkgrel=1
6pkgdesc="Peripheral-vision focus timer (prebuilt binary)"
7arch=('x86_64')
8url="https://github.com/MrOnijohn/unfocol"
9license=('MIT')
10provides=('unfocol')
11conflicts=('unfocol')
12depends=('libglvnd' 'libxkbcommon' 'libxkbcommon-x11' 'wayland'
13 'libx11' 'libxcursor' 'libxi' 'libxrender' 'libxcb')
14optdepends=('vulkan-icd-loader: enables the Vulkan rendering backend (falls back to OpenGL/EGL without it)')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/MrOnijohn/unfocol/releases/download/v$pkgver/unfocol-v$pkgver-x86_64-unknown-linux-gnu.tar.gz"
16 "unfocol.desktop"
17 "LICENSE"
18 "icon-16x16.png"
19 "icon-24x24.png"
20 "icon-32x32.png"
21 "icon-48x48.png"
22 "icon-64x64.png"
23 "icon-128x128.png"
24 "icon-256x256.png"
25 "icon-512x512.png")
26sha256sums=('b8d7ac89a02e0e86234b003213c263a6d45c3ea410a93ad8cf3c2654bd4881ad'
27 '470a60dd47b96965a1fee6e7f3436e858d1a5fe3cc930a745be7efef28d9cdaa'
28 '51f41edab10fd1e23c6fa4d8b80775be79d2da0b7d5b2d385b084c9ee4fd47b8'
29 'd5dab52326d02ebc5a318106908c7457dd8c0dcab0c17885723295b66226f092'
30 '77a7f46a30cad130fe7804fb4d3e7b9bd0177176f9fc18398c9a015e00d84864'
31 'e75361421d5799cf7e5a675daf3f500104dd556859811141ae0e9fd0a94cb690'
32 'b5652994e376fcc6c2e230d403c9cb25de49259c49f2c6195baf8b13522a3392'
33 'b8c805587413f22cbd2368e5341a16df82edfb7f8ddcbb7635e8b4a79a9b6cb4'
34 '5a30ee8fd846265900320955b28441ca11d16d27b40273af06bccc138d8f0829'
35 '7751cc873fd70fcfb39d9f0a625229caae4f7c5d2c208d82cfee1b6e4de64c54'
36 'e528024f96e2f9159b4cb1641d16c3d6f5642fe58160e7c6b20a46f47633d52e')
37
38package() {
39 install -Dm755 "$srcdir/unfocol" "$pkgdir/usr/bin/unfocol"
40
41 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42
43 install -Dm644 "$srcdir/unfocol.desktop" \
44 "$pkgdir/usr/share/applications/unfocol.desktop"
45
46 for icon in "$srcdir"/icon-*.png; do
47 size=$(basename "$icon" | cut -d'-' -f2 | cut -dx -f1)
48 install -Dm644 "$icon" \
49 "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/unfocol.png"
50 done
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 11:19:32 Low 2
2026-09-09 09:19:26 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