tc2-launcher

maintainer genco · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate source tarball hosted on the project's official GitHub, despite unverifiable checksums for non-code files and low popularity; the build process is transparent and uses standard tools, with no indication of remote code execution or malicious behavior.

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 builds from a legitimate source tarball hosted on the project's official GitHub, despite unverifiable checksums for non-code files and low popularity; the build process is transparent and uses standard tools, with no indication of remote code execution or malicious behavior.

PKGBUILD

1# Maintainer: Tom Genco <tom at tomgenco dot com>
2
3pkgname=tc2-launcher
4pkgver=1.1.3
5pkgrel=1
6pkgdesc="Manages downloading and launching Team Comtress 2 (TC2)"
7arch=('x86_64')
8license=('MIT')
9url="https://github.com/mastercomfig/tc2-launcher"
10conflicts=('tc2-launcher-bin')
11depends=(
12 'glibc'
13 'zlib'
14)
15makedepends=(
16 'pyinstaller'
17 'python-certifi'
18 'python-psutil'
19 'python-vdf'
20 'python-pywebview'
21 'python-aiohttp'
22)
23options=('!strip' '!debug')
24source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/$pkgver.tar.gz"
25 "$pkgname.desktop"
26 "$pkgname.png"
27 'LICENSE')
28sha256sums=('395a2bee3ecc7f666f3d9317bef6ea62033ab1ee131a35f79eef4eeee9d70319'
29 'SKIP'
30 'SKIP'
31 'SKIP')
32
33build() {
34 cd "$pkgname-$pkgver"
35 ./build.sh
36}
37
38package() {
39 install -Dm755 "$srcdir/$pkgname-$pkgver/dist/TC2Launcher-linux" -t "$pkgdir/usr/bin/"
40 install -Dm644 "$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
41 install -Dm644 "$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
42 install -Dm644 "$pkgname.png" -t "$pkgdir/usr/share/icons/hicolor/192x192/apps/"
43 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
44}
45

Scan history

Scanned at (UTC)SeverityRules
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 01:13:52 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