relink-logs-appimage

maintainer Particle_G · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt AppImage from the project's official GitHub releases, which is normal for AUR packages; the AppImage is not built from source but comes from a trusted project host, and no malicious behavior is evident.

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 installs a prebuilt AppImage from the project's official GitHub releases, which is normal for AUR packages; the AppImage is not built from source but comes from a trusted project host, and no malicious behavior is evident.

PKGBUILD

1# Maintainer: ParticleG <particle_g@outlook.com>
2
3pkgname=relink-logs-appimage
4pkgver=1.12.13
5pkgrel=1
6pkgdesc='Overlay DPS parser and meter for Granblue Fantasy: Relink (AppImage)'
7arch=('x86_64')
8url='https://github.com/villith/relink-logs'
9license=('MIT')
10depends=('fuse2' 'hicolor-icon-theme')
11provides=('relink-logs' 'gbfr-logs')
12conflicts=('relink-logs' 'gbfr-logs')
13options=('!strip' '!debug')
14
15_tag="$pkgver"
16_appimage="gbfr-logs_${pkgver}_amd64.AppImage"
17source=(
18 "$pkgname-$pkgver.AppImage::https://github.com/villith/relink-logs/releases/download/$_tag/$_appimage"
19 "$pkgname-$pkgver.LICENSE::https://raw.githubusercontent.com/villith/relink-logs/$_tag/LICENSE"
20)
21noextract=("$pkgname-$pkgver.AppImage")
22sha256sums=(
23 '77cfd0a59ceb34db1795711b1669cb7de02bd95a1505d0f46d8677d824c5e518'
24 '810d9b66e3e6018cabcf3502aed71981222a33e0a4233499ebc537df316e09ad'
25)
26
27prepare() {
28 chmod +x "$srcdir/$pkgname-$pkgver.AppImage"
29 rm -rf "$srcdir/squashfs-root"
30 cd "$srcdir"
31 "./$pkgname-$pkgver.AppImage" --appimage-extract >/dev/null
32}
33
34package() {
35 install -Dm755 "$srcdir/$pkgname-$pkgver.AppImage" \
36 "$pkgdir/opt/$pkgname/gbfr-logs.AppImage"
37 install -d "$pkgdir/usr/bin"
38 ln -s "/opt/$pkgname/gbfr-logs.AppImage" \
39 "$pkgdir/usr/bin/gbfr-logs"
40
41 install -Dm644 "$srcdir/squashfs-root/gbfr-logs.desktop" \
42 "$pkgdir/usr/share/applications/gbfr-logs.desktop"
43 sed -i \
44 -e 's/^Categories=.*/Categories=Game;/' \
45 -e 's/^Comment=.*/Comment=Overlay DPS parser and meter for Granblue Fantasy: Relink/' \
46 "$pkgdir/usr/share/applications/gbfr-logs.desktop"
47
48 for size in 32x32 128x128; do
49 install -Dm644 \
50 "$srcdir/squashfs-root/usr/share/icons/hicolor/$size/apps/gbfr-logs.png" \
51 "$pkgdir/usr/share/icons/hicolor/$size/apps/gbfr-logs.png"
52 done
53 install -Dm644 \
54 "$srcdir/squashfs-root/usr/share/icons/hicolor/256x256@2/apps/gbfr-logs.png" \
55 "$pkgdir/usr/share/icons/hicolor/256x256@2/apps/gbfr-logs.png"
56
57 install -Dm644 "$srcdir/$pkgname-$pkgver.LICENSE" \
58 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
59}
60

Changes since previous scan

--- PKGBUILD @ 2026-08-13 00:17
+++ PKGBUILD @ 2026-08-18 00:03
@@ -1,7 +1,7 @@
# Maintainer: ParticleG <particle_g@outlook.com>
pkgname=relink-logs-appimage
-pkgver=1.12.12
+pkgver=1.12.13
pkgrel=1
pkgdesc='Overlay DPS parser and meter for Granblue Fantasy: Relink (AppImage)'
arch=('x86_64')
@@ -20,7 +20,7 @@
)
noextract=("$pkgname-$pkgver.AppImage")
sha256sums=(
- 'c8477659ddef82ddbd833bc1f63236d801daf83672922e9d24f90e60b1f60867'
+ '77cfd0a59ceb34db1795711b1669cb7de02bd95a1505d0f46d8677d824c5e518'
'810d9b66e3e6018cabcf3502aed71981222a33e0a4233499ebc537df316e09ad'
)

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 07:25:43 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 13:21:13 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