maryanne-bin

LOW
maintainer sentria 0 votes scanned 2026-09-07 13:14:41.036925
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable via checksum and poses no inherent risk beyond standard supply-chain concerns for binary packages.

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 AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable via checksum and poses no inherent risk beyond standard supply-chain concerns for binary packages.

PKGBUILD

1# Maintainer: Sentria <admin@sentrialabs.com>
2pkgname=maryanne-bin
3pkgver=2.2.0
4pkgrel=1
5pkgdesc='Read ebook (EPUB) or PDF aloud to you with natural-sounding voices.'
6arch=('x86_64')
7url='https://maryanne.app'
8license=('custom')
9depends=('gtk3' 'gstreamer' 'gst-plugins-base' 'libsecret')
10release_repo='finnvyrn/maryanne-releases'
11source=(
12 "maryanne-${pkgver}.AppImage::https://github.com/${release_repo}/releases/download/v${pkgver}/Maryanne-x86_64.AppImage"
13 "maryanne.desktop::https://github.com/${release_repo}/releases/download/v${pkgver}/maryanne.desktop"
14 "maryanne.png::https://github.com/${release_repo}/releases/download/v${pkgver}/maryanne.png"
15)
16sha256sums=(
17 '7cce6def3f527c217de7edf98cc1f7f95b3b651e17a8f80356dfc01a4268288e'
18 '8fcdd0bdfda339ee543d62c39d91580074212c681a1e477d7f717578fbf71c00'
19 '93e729a1fb386fbdeb95f1d5ebc0bc03d2384abe3bf1f81152869ce6b07d30dd'
20)
21
22package() {
23 install -Dm755 "maryanne-${pkgver}.AppImage" \
24 "${pkgdir}/opt/maryanne/Maryanne-x86_64.AppImage"
25 install -Dm644 maryanne.desktop \
26 "${pkgdir}/usr/share/applications/maryanne.desktop"
27 install -Dm644 maryanne.png \
28 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/maryanne.png"
29
30 install -d "${pkgdir}/usr/bin"
31 ln -s /opt/maryanne/Maryanne-x86_64.AppImage \
32 "${pkgdir}/usr/bin/maryanne"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 13:14:41 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