sandpaper-sudoku-gtk-bin
maintainer Hunman
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a pre-built binary and a model file from trusted project-owned sources (GitLab and GitHub), with verified checksums; the low severity is due to the pre-built nature of the binary, but the sources are official and checksummed.
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 pre-built binary and a model file from trusted project-owned sources (GitLab and GitHub), with verified checksums; the low severity is due to the pre-built nature of the binary, but the sources are official and checksummed.
PKGBUILD
1
# Maintainer: Sándor Rátkai <sandor@ratk.ai>
2
pkgname=sandpaper-sudoku-gtk-bin
3
pkgver=1.1.3
4
pkgrel=1
5
pkgdesc="GTK4 Sudoku application for ePaper devices with stylus input (pre-built binary)"
6
url='https://gitlab.com/sandpaper-project/sandpaper-sudoku/sandpaper-sudoku-gtk'
7
arch=('x86_64' 'aarch64')
8
license=('MIT')
9
depends=('gtkmm-4.0' 'onnxruntime-cpu')
10
provides=('sandpaper-sudoku-gtk')
11
conflicts=('sandpaper-sudoku-gtk' 'sandpaper-sudoku-gtk-git')
12
source_x86_64=("sandpaper-sudoku-gtk-${pkgver}-x86_64.tar.gz::https://gitlab.com/api/v4/projects/84242371/packages/generic/binary/1.1.3/sandpaper-sudoku-gtk-${pkgver}-x86_64.tar.gz"
13
"mnist-12.onnx::https://github.com/onnx/models/raw/main/validated/vision/classification/mnist/model/mnist-12.onnx")
14
source_aarch64=("sandpaper-sudoku-gtk-${pkgver}-aarch64.tar.gz::https://gitlab.com/api/v4/projects/84242371/packages/generic/binary/1.1.3/sandpaper-sudoku-gtk-${pkgver}-aarch64.tar.gz"
15
"mnist-12.onnx::https://github.com/onnx/models/raw/main/validated/vision/classification/mnist/model/mnist-12.onnx")
16
sha256sums_x86_64=('d454f901ade81696c38c1390643c7f800619ced240ac06a9af431acc6d50f023'
17
'5c688690f8bacf667d4c2074af5ad0646ca328d7ab03eccf944a65b320171bdd')
18
sha256sums_aarch64=('9126e288f1e55f5db923d28c9f2d946cf4dc05375f7cfa63566aa66967663521'
19
'5c688690f8bacf667d4c2074af5ad0646ca328d7ab03eccf944a65b320171bdd')
20
21
package() {
22
cp -a "${srcdir}/usr" "${pkgdir}/"
23
install -Dm644 "${srcdir}/mnist-12.onnx" \
24
"${pkgdir}/usr/share/sandpaper-sudoku-gtk/mnist-12.onnx"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:27:08 | LOW | 2 |
| 2026-08-11 17:21:34 | LOW | 2 |