matsya-sddm-theme

maintainer misternegative · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds an SDDM theme from source hosted on GitHub; the source is from a project-owned repository, and while the checksum is skipped, the content is non-executable data, 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 90%): The package builds an SDDM theme from source hosted on GitHub; the source is from a project-owned repository, and while the checksum is skipped, the content is non-executable data, posing minimal risk.

PKGBUILD

1# Maintainer: MISTER NEGATIVE <misternegative21@gmail.com>
2
3pkgname=matsya-sddm-theme
4pkgver=1.1
5pkgrel=1
6pkgdesc="Matsya SDDM Theme"
7arch=('x86_64')
8url="https://github.com/MatsyaOs/sddm-theme"
9license=('GPL-3.0-only')
10makedepends=('extra-cmake-modules' 'ninja' 'qt6-tools' 'cmake')
11depends=('qt6-declarative' 'sddm')
12source=("$url/archive/v$pkgver.tar.gz")
13sha256sums=('SKIP')
14
15build() {
16 cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
17 cmake --build build -j$(nproc)
18}
19
20package() {
21 DESTDIR="$pkgdir" cmake --install build
22}
23

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 21:16:48 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