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