untrunc-anthwlock-gui-bin

LOW
maintainer fr0stb1rd 0 votes scanned 2026-09-27 00:07:07.510666
View on AUR
Why flagged

The package installs a pre-built binary from the maintainer's GitHub release, which is a common AUR practice; the binary is not executed at build time, and the source is verifiable via checksums, posing low risk despite the maintainer's low vote count and recent activity.

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%): The package installs a pre-built binary from the maintainer's GitHub release, which is a common AUR practice; the binary is not executed at build time, and the source is verifiable via checksums, posing low risk despite the maintainer's low vote count and recent activity.

PKGBUILD

1# Maintainer: fr0stb1rd <fr0stb1rd@proton.me>
2
3pkgname=untrunc-anthwlock-gui-bin
4_pkgname=untrunc-gui
5pkgver=1.0.2
6pkgrel=1
7pkgdesc="Restore a damaged (truncated) mp4, m4v, mov, 3gp video. Pre-built GUI binary (GTK3) with bundled FFmpeg."
8arch=('x86_64' 'aarch64' 'armv7h' 'i686')
9url="https://github.com/fr0stb1rd/untrunc"
10license=('GPL-2.0-only')
11depends=('gtk3')
12provides=("${_pkgname}")
13conflicts=('untrunc-gui' 'untrunc-gui-git')
14options=('!strip')
15
16_releaseurl="https://github.com/fr0stb1rd/untrunc/releases/download/v${pkgver}"
17
18source=("${_pkgname}.desktop"
19 "${_pkgname}.png::https://raw.githubusercontent.com/fr0stb1rd/untrunc/master/assets/untrunc-logo.png")
20source_x86_64=("${_releaseurl}/untrunc-gui-linux-amd64")
21source_aarch64=("${_releaseurl}/untrunc-gui-linux-arm64")
22source_armv7h=("${_releaseurl}/untrunc-gui-linux-armv7")
23source_i686=("${_releaseurl}/untrunc-gui-linux-i386")
24
25sha256sums=('87566daad6468b7946d4f28da00832db8765c822c569f62d95bbe6870cf7df80'
26 'c5278889de6fc68da7a4622ddbc8bf3e4ea1156c038e09cefd3f3f4b9f64c9b7')
27sha256sums_x86_64=('013aa473f4cdb30fb18281f2848956fd01800c77c9e23da1eb926c962fb97e7c')
28sha256sums_aarch64=('bc76bca11cfc4c17456bf6cfa9ddc00c8dd0ec05b35664bff0073e05fd1f13c7')
29sha256sums_armv7h=('2b41c4a409a02e87e1de26a760313dbc1c4b06505001e1102721978b893f4521')
30sha256sums_i686=('fbc22ef61aeba60d7cf04813c49e43fd83e51afecf8fd839bc43ab19fee09fbe')
31
32package() {
33 case "$CARCH" in
34 x86_64) _bin="untrunc-gui-linux-amd64" ;;
35 aarch64) _bin="untrunc-gui-linux-arm64" ;;
36 armv7h) _bin="untrunc-gui-linux-armv7" ;;
37 i686) _bin="untrunc-gui-linux-i386" ;;
38 esac
39
40 install -Dm755 "${srcdir}/${_bin}" "${pkgdir}/usr/bin/${_pkgname}"
41 install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
42 install -Dm644 "${srcdir}/${_pkgname}.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
43 install -Dm644 "${srcdir}/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/${_pkgname}.png"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 00:07:07 Low 2
2026-09-26 23:16:08 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