dotnet-manager

LOW
maintainer wheat32 0 votes scanned 2026-08-22 03:16:42.422172
View on AUR
Why flagged

The package builds from source hosted on the project's own GitHub repository; the low severity is due to few votes and recent upload, not malicious content.

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 project's own GitHub repository; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1pkgname=dotnet-manager
2pkgver=1.0.0
3pkgrel=1
4pkgdesc="A Qt GUI for installing and switching between .NET SDKs, runtimes and workloads"
5arch=('x86_64' 'aarch64')
6url="https://github.com/wheat32/dotnet-manager"
7license=('GPL3')
8depends=(
9 'qt6-base'
10 'qt6-svg'
11 'polkit'
12)
13optdepends=(
14 'curl: download .NET releases (wget works too)'
15 'wget: download .NET releases (curl works too)'
16 'qt6-wayland: native Wayland support'
17)
18makedepends=(
19 'cmake'
20 'ninja'
21 'git'
22 'qt6-tools'
23)
24source=(
25 "git+https://github.com/wheat32/dotnet-manager.git#tag=v${pkgver}"
26)
27sha256sums=('SKIP')
28
29build() {
30 cmake -S "${srcdir}/${pkgname}/src" \
31 -B build \
32 -G Ninja \
33 -DCMAKE_BUILD_TYPE=Release \
34 -DCMAKE_INSTALL_PREFIX=/usr
35
36 cmake --build build
37}
38
39package() {
40 DESTDIR="${pkgdir}" cmake --install build
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 03:16:42 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