termsweeper

maintainer mrgigizer · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; the only concerns are SKIP'd checksum and low votes, but it installs only a Python wheel from its own source, posing minimal risk.

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 source hosted on the maintainer's GitHub, which is normal for AUR packages; the only concerns are SKIP'd checksum and low votes, but it installs only a Python wheel from its own source, posing minimal risk.

PKGBUILD

1# Maintainer: nikitastrelom <l35gamershaman@gmail.com>
2pkgname=termsweeper
3pkgver=1.0.9
4pkgrel=1
5pkgdesc="Just a game-minesweeper on the Linux terminal."
6arch=('any')
7url="https://github.com/nikitastrelom/termsweeper"
8license=('MIT')
9depends=('python')
10makedepends=('python-build' 'python-installer' 'python-hatchling')
11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/heads/main.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "$srcdir"
16 cd $(find . -maxdepth 1 -type d ! -name "." ! -name ".." | head -n 1)
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$srcdir"
22 cd $(find . -maxdepth 1 -type d ! -name "." ! -name ".." | head -n 1)
23 python -m installer --destdir="$pkgdir" dist/*.whl
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-07-27 00:24
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: nikitastrelom <l35gamershaman@gmail.com>
pkgname=termsweeper
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="Just a game-minesweeper on the Linux terminal."
arch=('any')

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 13:35:00 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 15:32:35 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