hyclock

maintainer hydraontop · 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 GitHub, but has a skipped checksum and few votes, indicating lower community trust; 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 legitimate source tarball hosted on GitHub, but has a skipped checksum and few votes, indicating lower community trust; no malicious behavior is present.

PKGBUILD

1pkgname=hyclock
2pkgver=0.1.0
3pkgrel=1
4pkgdesc="Une horloge ASCII pour le terminal écrite en Python"
5arch=('any')
6url="https://github.com/lfotkrc/hyclock"
7license=('MIT')
8
9depends=(
10 'python'
11 'python-rich'
12 'python-pyfiglet'
13 'python-colorama'
14)
15
16makedepends=(
17 'python-build'
18 'python-installer'
19 'python-wheel'
20 'python-setuptools'
21)
22
23source=(
24 "https://github.com/lfotkrc/hyclock/archive/refs/tags/v${pkgver}.tar.gz"
25)
26
27sha256sums=(
28 'SKIP'
29)
30
31
32build() {
33 cd "$srcdir/$pkgname-$pkgver"
34
35 python -m build --wheel --no-isolation
36}
37
38
39package() {
40 cd "$srcdir/$pkgname-$pkgver"
41
42 python -m installer \
43 --destdir="$pkgdir" \
44 dist/*.whl
45}

Changes since previous scan

--- PKGBUILD @ 2026-07-26 19:33
+++ PKGBUILD @ 2026-08-03 00:08
@@ -17,6 +17,7 @@
'python-build'
'python-installer'
'python-wheel'
+ 'python-setuptools'
)
source=(

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 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 21:33:42 LOW 2
2026-07-26 19:33:02 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