tcalm

LOW
maintainer dexter8639 0 votes scanned 2026-09-18 05:27:27.961366
View on AUR
Why flagged

The package builds from a tagged git source of the project's own repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but no malicious behavior is present.

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 a tagged git source of the project's own repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but no malicious behavior is present.

PKGBUILD

1# Maintainer: Abdelrahman <abot8639@gmail.com>
2pkgname=tcalm
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Prayer Time Media Pauser for Linux (CLI, TUI, and systemd service)"
6arch=('any')
7url="https://github.com/abod8639/Tcalm"
8license=('MIT')
9depends=(
10 'python'
11 'playerctl'
12)
13optdepends=(
14 'libnotify: for desktop notifications'
15)
16makedepends=(
17 'git'
18 'python-build'
19 'python-installer'
20 'python-wheel'
21 'python-setuptools'
22)
23source=("$pkgname::git+https://github.com/abod8639/Tcalm.git#tag=v$pkgver")
24sha256sums=('SKIP')
25
26build() {
27 cd "$srcdir/$pkgname"
28 python -m build --wheel --no-isolation
29}
30
31package() {
32 cd "$srcdir/$pkgname"
33 python -m installer --destdir="$pkgdir" dist/*.whl
34
35 # Systemd user service
36 install -Dm644 tcalm.service "$pkgdir/usr/lib/systemd/user/tcalm.service"
37
38 # License and documentation
39 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 05:27:27 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