sayall-bin

maintainer saiemsaeed · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs prebuilt binaries from the project's official GitHub releases, which is a normal AUR pattern; the low severity reflects the unverifiable binary origin, but the source is official and trusted.

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 prebuilt binaries from the project's official GitHub releases, which is a normal AUR pattern; the low severity reflects the unverifiable binary origin, but the source is official and trusted.

PKGBUILD

1# Maintainer: Saiem Saeed <saiem.saeed7 at gmail dot com>
2
3pkgname=sayall-bin
4pkgver=0.1.6
5pkgrel=1
6pkgdesc='Wayland voice dictation daemon and recording HUD (prebuilt)'
7arch=('x86_64')
8url='https://github.com/saiemsaeed/sayall'
9license=('MIT')
10depends=(
11 'ca-certificates'
12 'gcc-libs'
13 'glibc'
14 'gtk4'
15 'gtk4-layer-shell'
16 'libnotify'
17 'pipewire-audio'
18 'wl-clipboard'
19 'wtype'
20)
21provides=("sayall=$pkgver")
22conflicts=('sayall' 'sayall-src' 'sayall-git')
23options=('!debug')
24install='sayall-bin.install'
25source=("sayall-$pkgver-linux-x86_64.tar.gz::$url/releases/download/v$pkgver/sayall-$pkgver-linux-x86_64.tar.gz")
26sha256sums=('5162f63368fbfb62a5545e9128cfd56a2d7add46d062a67a3041072575285218')
27
28package() {
29 local src="$srcdir/sayall-$pkgver-linux-x86_64"
30
31 install -Dm755 -t "$pkgdir/usr/bin" \
32 "$src/bin/sayall" \
33 "$src/bin/sayall-hud"
34
35 install -Dm644 -t "$pkgdir/usr/lib/systemd/user" \
36 "$src/share/systemd/user/sayall.service" \
37 "$src/share/systemd/user/sayall-hud.service"
38 sed -i 's|%h/.local/bin/|/usr/bin/|g' \
39 "$pkgdir/usr/lib/systemd/user/sayall.service" \
40 "$pkgdir/usr/lib/systemd/user/sayall-hud.service"
41
42 install -Dm644 -t "$pkgdir/usr/share/doc/sayall" \
43 "$src/share/doc/sayall/README.md" \
44 "$src/share/doc/sayall/CHANGELOG.md"
45 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
46 "$src/share/licenses/sayall/"*
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Saiem Saeed <saiem.saeed7 at gmail dot com>
pkgname=sayall-bin
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='Wayland voice dictation daemon and recording HUD (prebuilt)'
arch=('x86_64')
@@ -23,7 +23,7 @@
options=('!debug')
install='sayall-bin.install'
source=("sayall-$pkgver-linux-x86_64.tar.gz::$url/releases/download/v$pkgver/sayall-$pkgver-linux-x86_64.tar.gz")
-sha256sums=('7f261b00b5ac1334488b0dcbf03d8330b8323f9662e5b678cbeeb164cf7f59cf')
+sha256sums=('5162f63368fbfb62a5545e9128cfd56a2d7add46d062a67a3041072575285218')
package() {
local src="$srcdir/sayall-$pkgver-linux-x86_64"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 23:17:02 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 09:22:54 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 23:18:24 LOW 2
2026-07-21 21:18:19 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