sable-nightly-bin
maintainer eleboucher
· 0 votes
· scanned 2026-08-18 01:38:17.845211
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's official GitHub releases; while the host is not whitelisted, it is the project's own release infrastructure, and the binary is expected for a -bin AUR package, making this a standard supply-chain risk with low severity.
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 downloads a prebuilt .deb from the project's official GitHub releases; while the host is not whitelisted, it is the project's own release infrastructure, and the binary is expected for a -bin AUR package, making this a standard supply-chain risk with low severity.
PKGBUILD
1
# Maintainer: Sable Maintainers <https://github.com/SableClient/Sable>
2
3
pkgname=sable-nightly-bin
4
# pkgver mirrors the release version with '-' replaced by '.', so each nightly
5
# sorts above the last. _relver keeps the original form for the asset URL.
6
pkgver=1.20.1.nightly.260817202849
7
pkgrel=1
8
_relver=1.20.1-nightly.260817202849
9
pkgdesc="An almost stable Matrix client (nightly builds)"
10
arch=('x86_64')
11
url="https://github.com/SableClient/Sable"
12
license=('AGPL-3.0-or-later')
13
# The bundled CEF runtime needs Chromium's system libraries, not webkit2gtk.
14
depends=(
15
'gtk3'
16
'nss'
17
'alsa-lib'
18
'libcups'
19
'libdrm'
20
'mesa'
21
'libxkbcommon'
22
'libxss'
23
'libxcomposite'
24
'libxdamage'
25
'libxrandr'
26
'at-spi2-core'
27
'dbus'
28
'libayatana-appindicator'
29
'hicolor-icon-theme'
30
'desktop-file-utils'
31
'xdg-utils'
32
)
33
provides=('sable')
34
conflicts=('sable' 'sable-bin')
35
options=('!strip' '!debug')
36
install=${pkgname}.install
37
source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/nightly/Sable-${_relver}-linux-x86_64.deb")
38
sha256sums_x86_64=('1d9c030dc33e33b2feed0171307e82871ec84e76fa8407ad6fa64374f9db7739')
39
40
package() {
41
# bsdtar reads whichever compression nfpm used for data.tar.*
42
bsdtar -O -xf "${srcdir}/${pkgname}-${pkgver}.deb" 'data.tar*' \
43
| bsdtar -xp -C "${pkgdir}"
44
find "${pkgdir}" -type d -exec chmod 755 {} +
45
}
46
Changes since previous scan
--- PKGBUILD @ 2026-08-18 00:03+++ PKGBUILD @ 2026-08-18 01:38@@ -3,9 +3,9 @@ pkgname=sable-nightly-bin # pkgver mirrors the release version with '-' replaced by '.', so each nightly # sorts above the last. _relver keeps the original form for the asset URL.-pkgver=1.20.1.nightly.260817185452+pkgver=1.20.1.nightly.260817202849 pkgrel=1-_relver=1.20.1-nightly.260817185452+_relver=1.20.1-nightly.260817202849 pkgdesc="An almost stable Matrix client (nightly builds)" arch=('x86_64') url="https://github.com/SableClient/Sable"@@ -35,7 +35,7 @@ options=('!strip' '!debug') install=${pkgname}.install source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/nightly/Sable-${_relver}-linux-x86_64.deb")-sha256sums_x86_64=('e2d4e07900e7636e286bf3b09d36af4bc1dba0d875b12911dc5ea87ad162c641')+sha256sums_x86_64=('1d9c030dc33e33b2feed0171307e82871ec84e76fa8407ad6fa64374f9db7739') package() { # bsdtar reads whichever compression nfpm used for data.tar.*Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 2 |
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 21:37:43 | LOW | 2 |
| 2026-08-17 19:37:23 | LOW | 2 |
| 2026-08-17 13:36:23 | MEDIUM | 2 |
| 2026-08-17 11:35:53 | LOW | 2 |
| 2026-08-17 00:18:29 | MEDIUM | 2 |
| 2026-08-16 23:34:04 | MEDIUM | 2 |
| 2026-08-16 19:33:38 | LOW | 2 |
| 2026-08-16 13:32:24 | LOW | 2 |
| 2026-08-16 11:32:23 | LOW | 2 |
| 2026-08-16 09:32:18 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 23:31:34 | LOW | 2 |
| 2026-08-15 17:30:51 | LOW | 2 |
| 2026-08-15 15:30:38 | LOW | 2 |
| 2026-08-15 13:30:33 | LOW | 2 |
| 2026-08-15 09:30:19 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 23:30:04 | LOW | 2 |