mapu_calculator

maintainer MaPu · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from source hosted on the maintainer's own Codeberg instance, which is a normal AUR practice; the SKIP'd checksum and low-vote status reflect lower trustworthiness but not active danger, especially since it's a pure Rust build without remote code execution.

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 90%): Package builds from source hosted on the maintainer's own Codeberg instance, which is a normal AUR practice; the SKIP'd checksum and low-vote status reflect lower trustworthiness but not active danger, especially since it's a pure Rust build without remote code execution.

PKGBUILD

1# Maintainer: MaPu <manpuk@protonmail.com>
2pkgname=mapu_calculator
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="A customizable calculator for Linux, built with Iced."
6arch=('x86_64')
7url="https://codeberg.org/MaPu/mapu_calculator"
8license=('GPL-3.0-only')
9depends=()
10makedepends=('cargo' 'git')
11source=("https://codeberg.org/MaPu/mapu_calculator/archive/v${pkgver}.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "$pkgname"
16 cargo build --release
17}
18
19package() {
20 cd "$pkgname"
21 install -Dm755 "target/release/mapu_calculator" "$pkgdir/usr/bin/mapu_calculator"
22 install -Dm644 \
23 LICENSE \
24 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25 install -Dm644 \
26 README.md \
27 "$pkgdir/usr/share/doc/$pkgname/README.md"
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-07-24 00:02
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: MaPu <manpuk@protonmail.com>
pkgname=mapu_calculator
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc="A customizable calculator for Linux, built with Iced."
arch=('x86_64')

Scan history

Scanned at (UTC)SeverityRules
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 19:28:12 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 19:21:42 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 17:14:35 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