chronicler-bin
LOW
maintainer orphaned
1 votes
scanned 2026-09-13 09:14:07.132728
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is normal for binary packages; the source is verifiable and matches the project, posing no active threat.
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 .deb from the project's official GitHub releases, which is normal for binary packages; the source is verifiable and matches the project, posing no active threat.
PKGBUILD
1
# Maintainer: Nikoloz Shvelidze <shveloo@gmail.com>
2
pkgname=chronicler-bin
3
pkgver=0.55.0
4
pkgrel=2
5
pkgdesc="The free offline worldbuilding tool for writers and GMs."
6
arch=('x86_64')
7
license=('PolyForm-Shield-1.0.0')
8
depends=('webkit2gtk-4.1' 'gtk3')
9
provides=("chronicler")
10
conflicts=("chronicler")
11
url="https://github.com/mak-kirkland/chronicler"
12
source=(
13
"https://github.com/mak-kirkland/chronicler/releases/download/v${pkgver}-alpha/Chronicler_${pkgver}_amd64.deb"
14
"https://raw.githubusercontent.com/mak-kirkland/chronicler/v${pkgver}-alpha/LICENSE"
15
)
16
sha256sums=('d6a2d47fc9e8b35f99fc078c9f143cb3141f844368b5e9091bb7b4b80d5efa29'
17
'4b4b7f846a2a8865f82a40eb0c475f534c9c044bd202536ad35e1060bd27dc5d')
18
19
prepare() {
20
ar x Chronicler_${pkgver}_amd64.deb
21
}
22
23
package() {
24
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
25
install -Dm644 $srcdir/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
26
tar xzf $srcdir/data.tar.gz -C $pkgdir
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-09-13 09:14@@ -1,6 +1,6 @@ # Maintainer: Nikoloz Shvelidze <shveloo@gmail.com> pkgname=chronicler-bin-pkgver=0.52.2+pkgver=0.55.0 pkgrel=2 pkgdesc="The free offline worldbuilding tool for writers and GMs." arch=('x86_64')@@ -13,7 +13,7 @@ "https://github.com/mak-kirkland/chronicler/releases/download/v${pkgver}-alpha/Chronicler_${pkgver}_amd64.deb" "https://raw.githubusercontent.com/mak-kirkland/chronicler/v${pkgver}-alpha/LICENSE" )-sha256sums=('78e91376802f4e382256148ed647ec4de34b163e31a53a527b8cd47c8135fd28'+sha256sums=('d6a2d47fc9e8b35f99fc078c9f143cb3141f844368b5e9091bb7b4b80d5efa29' '4b4b7f846a2a8865f82a40eb0c475f534c9c044bd202536ad35e1060bd27dc5d') prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 09:14:07 | Low | 2 |
| 2026-06-24 22:21:07 | Clean | 0 |
| 2026-06-18 16:11:54 | Clean | 0 |