line-gtk

maintainer toonshouin · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR binary packages; the low severity is due to limited 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%): The package installs a prebuilt binary from the project's official GitHub releases, which is normal for AUR binary packages; the low severity is due to limited votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Kritthapath Yaviraj <archlinux@toonshou.in>
2# Maintainer: MidnightTale <mntale@pm.me>
3# Based on helium-browser-bin (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=helium-browser-bin)
4
5pkgname="line-gtk"
6pkgver=0.1.2
7pkgrel=1
8pkgdesc="Unofficial native LINE client for Linux. GTK4 / Libadwaita UI with a Deno protocol sidecar (linejs) - Prebuilt binary"
9arch=('x86_64')
10url="https://github.com/MidnightTale/Line-GTK"
11license=('GPL-3.0-or-later')
12depends=('gtk4' 'libadwaita' 'ffmpeg' 'hicolor-icon-theme')
13optdepends=(
14 'poppler: PDF preview in media viewer'
15 'gst-plugins-good: extra video playback codecs'
16 'gst-libav: extra video playback codecs'
17)
18provides=("${pkgname}=${pkgver}")
19conflicts=("${pkgname}-git")
20source_x86_64=("${pkgname}-${pkgver}-${arch}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${arch}.tar.gz")
21sha256sums_x86_64=('28575f4db2543079b034898c326f78623a6c679e5a6f6024f0abc9ae63e774ed')
22
23package() {
24 cd "${srcdir}/${pkgname}-${pkgver}-${arch}"
25
26 install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
27 install -d "${pkgdir}/usr/share/${pkgname}"
28 cp -a protocol "${pkgdir}/usr/share/${pkgname}/protocol"
29 cp -a assets "${pkgdir}/usr/share/${pkgname}/assets"
30
31 install -Dm644 "dev.linegtk.LineGtk.desktop" "${pkgdir}/usr/share/applications/dev.linegtk.LineGtk.desktop"
32
33 for size in 48x48 64x64 128x128 256x256; do
34 install -Dm644 "assets/icons/hicolor/${size}/apps/line-gtk.png" \
35 "$pkgdir/usr/share/icons/hicolor/${size}/apps/line-gtk.png"
36 done
37 install -Dm644 assets/icons/hicolor/scalable/apps/line-gtk.svg \
38 "$pkgdir/usr/share/icons/hicolor/scalable/apps/line-gtk.svg"
39
40 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
42}
43

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 00:17:07 LOW 2
2026-08-12 07:23: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