astramarket-bin

maintainer dim-aur · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged Package is a precompiled binary from the project's own GitHub releases, which is normal for AUR packages; the low severity from the static rule is due to few votes and recent upload, not malicious content.

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 is a precompiled binary from the project's own GitHub releases, which is normal for AUR packages; the low severity from the static rule is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: dim <mlrudasill@gmail.com>
2
3pkgname='astramarket-bin'
4pkgver=1.0.3
5pkgrel=1
6pkgdesc='Unified Linux marketplace with Flatpak, Pacman, AUR, and AppImage support (precompiled binary)'
7arch=('x86_64')
8url='https://github.com/dim-ghub/AstraMarket'
9license=('GPL-3.0-only')
10depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools' 'qt6-svg')
11optdepends=('flatpak: Flatpak package support'
12 'paru: AUR package support'
13 'yay: AUR package support'
14 'pacman: Pacman package support')
15provides=('astramarket' 'astra')
16conflicts=('astramarket' 'astramarket-git')
17source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/astra-v$pkgver-linux-x86_64.tar.gz")
18sha256sums=('99b6bef738fb12b92f21d553ffada49a695cfff9daf0777cd07786fb7222b0d1')
19
20package() {
21 cd "${srcdir}/astra-v${pkgver}-linux-x86_64"
22 install -Dm755 bin/astra "$pkgdir"/usr/bin/astra
23 install -Dm644 share/applications/astra.desktop "$pkgdir"/usr/share/applications/astra.desktop
24 install -Dm644 share/icons/hicolor/scalable/apps/AstraMarket.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/AstraMarket.svg
25 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 03:35:16 LOW 2
2026-08-17 01:34:23 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