lanchat-git

LOW
maintainer calmcrow 0 votes scanned 2026-08-23 01:19:32.924999
View on AUR
Why flagged

The package builds from the project's own git repository, which is normal for -git AUR packages; the low severity is due to few 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 builds from the project's own git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: calmcrow <calmcrow@outlook.com>
2
3pkgname=lanchat-git
4pkgver=0.1.5
5pkgrel=1
6pkgdesc="A cross-platform LAN chat software that supports file transfer. (git)"
7arch=("x86_64")
8url="https://github.com/cap153/LANChat"
9license=('MIT')
10depends=('webkit2gtk-4.1' 'openssl' 'libappindicator' 'libayatana-appindicator')
11makedepends=('base-devel' 'rust' 'cargo' 'tauri-cli' 'curl' 'wget' 'file')
12optdepends=('lanclaw-bin: A LANChat-compatible intelligent bot powered by Pi coding agent.')
13conflicts=('lanchat-bin')
14source=("LANChat::git+https://github.com/cap153/LANChat.git")
15sha256sums=('SKIP')
16options=('!strip')
17
18pkgver() {
19 cd "$srcdir/LANChat"
20 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23build() {
24 cd "$srcdir/LANChat"
25 # Clear makepkg CFLAGS that trigger rustc dropping -l (undefined sqlite3): https://github.com/rust-lang/rust/issues/119858
26 unset CFLAGS
27 cargo tauri build --bundles deb
28}
29
30package() {
31 cd "$srcdir/LANChat/src-tauri/target/release/bundle/deb" || exit 1
32 bsdtar -xf LANChat_*_amd64.deb
33 bsdtar -xf data.tar.gz -C "$pkgdir/"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 01:19:32 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