qt-hearts-git

maintainer svenvandebrink · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repository, which is a normal AUR practice; the recent orphaning and re-adoption does not imply malicious intent or supply chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the recent orphaning and re-adoption does not imply malicious intent or supply chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1pkgname=qt-hearts-git
2pkgver=r13.1a4570a
3pkgrel=1
4pkgdesc="Classic hearts card game (development version)"
5arch=('x86_64')
6url="https://github.com/adelmonte/qt-hearts"
7license=('GPL-3.0-or-later')
8depends=('qt6-base' 'qt6-svg' 'qt6-multimedia' 'qt6-declarative')
9makedepends=('cmake' 'qt6-tools' 'git')
10provides=('qt-hearts')
11conflicts=('qt-hearts')
12source=("$pkgname::git+$url.git")
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/$pkgname"
17 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18}
19
20build() {
21 cd "$pkgname"
22 cmake -B build \
23 -DCMAKE_BUILD_TYPE=Release \
24 -DCMAKE_INSTALL_PREFIX=/usr
25 cmake --build build
26}
27
28package() {
29 cd "$pkgname"
30 DESTDIR="$pkgdir" cmake --install build
31}
32

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 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion