endcord-gui-git

LOW
maintainer sparklost 0 votes scanned 2026-09-21 05:34:06.811684
View on AUR
Why flagged

The package builds from the project's own git source, has no remote code execution, and the only risk is a SKIP'd checksum on the source, which is common for git packages but reduces verifiability; otherwise, it installs expected files and dependencies.

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 source, has no remote code execution, and the only risk is a SKIP'd checksum on the source, which is common for git packages but reduces verifiability; otherwise, it installs expected files and dependencies.

PKGBUILD

1# Maintainer: Marko Zivic <marko.b.zivic@gmail.com>
2pkgname=endcord-gui-git
3pkgver=1.5.4
4pkgrel=1
5pkgdesc="Feature rich Discord 'TUI' client. Windowed 'GUI' version using GTK3."
6arch=('any')
7url="https://github.com/sparklost/endcord"
8license=('LicenseRef-SparkLost')
9provides=('endcord-gui')
10conflicts=('endcord-gui')
11depends=('gtk3')
12makedepends=('python>=3.12' 'uv' 'git' 'clang' 'patchelf' 'wget' 'libgirepository')
13optdepends=('xclip: clipboard support on X11'
14 'wl-clipboard: clipboard support on Wayland'
15 'aspell: spellchecking'
16 'yt-dlp: youtube support'
17 'mpv: youtube in native player')
18source=("git+$url.git")
19sha256sums=('SKIP')
20options=(!strip)
21
22pkgver() {
23 cd endcord
24 git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
25}
26
27build() {
28 cd endcord
29 python build.py --toggle-windowed
30 python build.py --clean-uv --level=FULL --nuitka --custom-python
31}
32
33package() {
34 cd endcord
35 install -Dm755 ./dist/endcord "$pkgdir/usr/bin/endcord"
36 install -Dm644 ./README.md "$pkgdir/usr/share/doc/endcord/README.md"
37 install -Dm644 ./docs/commands.md "$pkgdir/usr/share/doc/endcord/commands.md"
38 install -Dm644 ./docs/configuration.md "$pkgdir/usr/share/doc/endcord/configuration.md"
39 install -Dm644 ./docs/extensions.md "$pkgdir/usr/share/doc/endcord/extensions.md"
40 install -Dm644 ./docs/keybindings.md "$pkgdir/usr/share/doc/endcord/keybindings.md"
41 install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/endcord/LICENSE"
42 install -Dm644 ./tools/endcord.desktop "$pkgdir/usr/share/applications/com.sparklost.endcord.desktop"
43 install -Dm644 ./tools/icons/endcord.svg "$pkgdir/usr/share/icons/hicolor/256x256/apps/com.sparklost.endcord.svg"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 05:34:06 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