redemption-bin
maintainer cetacean
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and data files from the project's official GitHub repository; while the binary's checksum is provided, the source is not built from code, but the host is trustworthy and the worst case is limited to code execution from a potentially compromised official release.
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 downloads a prebuilt binary and data files from the project's official GitHub repository; while the binary's checksum is provided, the source is not built from code, but the host is trustworthy and the worst case is limited to code execution from a potentially compromised official release.
PKGBUILD
1
pkgname=redemption-bin
2
pkgver=1.2
3
pkgrel=1
4
pkgdesc="Recursive Directory Music Player"
5
arch=('x86_64')
6
url="https://github.com/CT-66/Redemption"
7
license=('GPL-3.0-only')
8
9
depends=(
10
qt6-base
11
mpv
12
taglib
13
)
14
15
provides=('redemption')
16
conflicts=('redemption' 'redemption-git')
17
18
source=(
19
"Redemption::https://github.com/CT-66/Redemption/releases/download/v1.2/Redemption"
20
"Redemption.desktop::https://raw.githubusercontent.com/CT-66/Redemption/refs/heads/master/Redemption.desktop"
21
"redemption.svg::https://raw.githubusercontent.com/CT-66/Redemption/refs/heads/master/redemption.svg"
22
)
23
# sha256sums=(
24
# 'cd697b95679f40e4fbf1c36a9ae5e2f688cd7394de9f39f994ae752ce1a9f04c'
25
# '917bd28fe98da01fbce81b2d151a288d130b6050d2a5323301f7aa131cfce1ba'
26
# '6e30a42ac6a17967cf585a75978897274c65899bb0575ef43249607e443a320b'
27
# )
28
sha256sums=(
29
'9a5c3a77aab6e7602c59b9ff701cda91b6e6fdad165c029f588e194a315da908'
30
'917bd28fe98da01fbce81b2d151a288d130b6050d2a5323301f7aa131cfce1ba'
31
'5b41f3af1bf42ae234c469e7369d05a6fceb2c6889572ebe1a3f9a3aff422605'
32
33
)
34
35
package() {
36
install -Dm755 "$srcdir/Redemption" "$pkgdir/usr/bin/Redemption"
37
install -Dm644 "$srcdir/Redemption.desktop" "$pkgdir/usr/share/applications/Redemption.desktop"
38
install -Dm644 "$srcdir/redemption.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/redemption.svg"
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -1,5 +1,5 @@ pkgname=redemption-bin-pkgver=1.1+pkgver=1.2 pkgrel=1 pkgdesc="Recursive Directory Music Player" arch=('x86_64')@@ -16,14 +16,20 @@ conflicts=('redemption' 'redemption-git') source=(- "Redemption::https://github.com/CT-66/Redemption/releases/download/v1.1/Redemption"+ "Redemption::https://github.com/CT-66/Redemption/releases/download/v1.2/Redemption" "Redemption.desktop::https://raw.githubusercontent.com/CT-66/Redemption/refs/heads/master/Redemption.desktop" "redemption.svg::https://raw.githubusercontent.com/CT-66/Redemption/refs/heads/master/redemption.svg" )+# sha256sums=(+# 'cd697b95679f40e4fbf1c36a9ae5e2f688cd7394de9f39f994ae752ce1a9f04c'+# '917bd28fe98da01fbce81b2d151a288d130b6050d2a5323301f7aa131cfce1ba'+# '6e30a42ac6a17967cf585a75978897274c65899bb0575ef43249607e443a320b'+# ) sha256sums=(- 'cd697b95679f40e4fbf1c36a9ae5e2f688cd7394de9f39f994ae752ce1a9f04c'+ '9a5c3a77aab6e7602c59b9ff701cda91b6e6fdad165c029f588e194a315da908' '917bd28fe98da01fbce81b2d151a288d130b6050d2a5323301f7aa131cfce1ba'- '6e30a42ac6a17967cf585a75978897274c65899bb0575ef43249607e443a320b'+ '5b41f3af1bf42ae234c469e7369d05a6fceb2c6889572ebe1a3f9a3aff422605'+ ) package() {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 21:12:47 | LOW | 2 |
| 2026-07-27 00:24:32 | CLEAN | 2 |
| 2026-07-26 21:33:42 | LOW | 1 |