astro-editor-bin
maintainer MareDevi
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a prebuilt .deb hosted on GitHub, which is the project's official release infrastructure; the source is verifiable and checksummed, but the low vote count and recent upload are noted as minor trust concerns.
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%): Package builds from a prebuilt .deb hosted on GitHub, which is the project's official release infrastructure; the source is verifiable and checksummed, but the low vote count and recent upload are noted as minor trust concerns.
PKGBUILD
1
# Maintainer: Mare Devi <me@maredevi.moe>
2
pkgname=astro-editor-bin
3
pkgver=1.0.17
4
pkgrel=1
5
pkgdesc="A schema-aware markdown editor for Astro content collections"
6
arch=('x86_64')
7
url="https://github.com/dannysmith/astro-editor"
8
license=('AGPL-3.0-or-later')
9
depends=(
10
'webkit2gtk-4.1'
11
'gtk3'
12
'cairo'
13
'gdk-pixbuf2'
14
'glib2'
15
'libsoup3'
16
'pango'
17
)
18
provides=('astro-editor')
19
conflicts=('astro-editor')
20
source=("${pkgname}-${pkgver}.deb::https://github.com/dannysmith/astro-editor/releases/download/v${pkgver}/Astro.Editor_${pkgver}_amd64.deb")
21
sha256sums=('1a24f1e477f45bcee856e04a0721cbff48200413cdbfdb5165866d3c207a2bd6')
22
23
package() {
24
tar -xzf data.tar.gz -C "${pkgdir}"
25
26
# Rename desktop file to follow AUR naming conventions (remove spaces)
27
if [ -f "${pkgdir}/usr/share/applications/Astro Editor.desktop" ]; then
28
mv "${pkgdir}/usr/share/applications/Astro Editor.desktop" "${pkgdir}/usr/share/applications/astro-editor.desktop"
29
fi
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |