qt6-topqml

LOW
maintainer a_i 0 votes scanned 2026-09-25 09:11:17.574095
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Alex Indigo <iam@alexindigo.com>
2
3pkgname=qt6-topqml
4_projname=topqml
5pkgver=0.1.1
6pkgrel=1
7pkgdesc="Qt6/QML module: system monitoring collectors (btop-derived) with QML bindings"
8options=(!debug)
9arch=('x86_64' 'aarch64')
10url="https://github.com/alexindigo/topqml"
11license=('GPL-3.0-or-later')
12depends=('qt6-base' 'qt6-declarative')
13makedepends=('cmake')
14provides=()
15conflicts=('qt6-topqml-git')
16source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
17sha256sums=('360632d0223fef5c2b8b8db217e944ee9d5870226df2b9828c2a0ef5e5bb1c92')
18
19build() {
20 cmake -B build -S "${srcdir}/${_projname}-${pkgver}" \
21 -DCMAKE_BUILD_TYPE=Release \
22 -DCMAKE_SKIP_RPATH=ON \
23 -DCMAKE_INSTALL_PREFIX=/usr
24 cmake --build build
25}
26
27package() {
28 DESTDIR="${pkgdir}" cmake --install build
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-09-25 07:10
+++ PKGBUILD @ 2026-09-25 09:11
@@ -2,7 +2,7 @@
pkgname=qt6-topqml
_projname=topqml
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Qt6/QML module: system monitoring collectors (btop-derived) with QML bindings"
options=(!debug)
@@ -14,7 +14,7 @@
provides=()
conflicts=('qt6-topqml-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f6b96ca2912ede50f829c3cbe002361f299864b6f14f0be0cbedf6d3e67fa338')
+sha256sums=('360632d0223fef5c2b8b8db217e944ee9d5870226df2b9828c2a0ef5e5bb1c92')
build() {
cmake -B build -S "${srcdir}/${_projname}-${pkgver}" \

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 09:11:17 Low 1
2026-09-25 07:10:52 Low 1

Report a package

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

0 / 4000
Your suggestion