plasma6-runners-remmina-git

maintainer Ashark · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds a KRunner plugin from its official Git repository; the low severity is due to few votes and recent upload, but the source is legitimate and no malicious behavior is present.

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 a KRunner plugin from its official Git repository; the low severity is due to few votes and recent upload, but the source is legitimate and no malicious behavior is present.

PKGBUILD

1# Maintainer: Andrew Shark <ashark on linuxcomp.ru>
2
3pkgname=plasma6-runners-remmina-git
4pkgver=0.1.r4.gbb740c3
5pkgrel=1
6pkgdesc='KRunner plugin for searching and launching Remmina profiles'
7arch=('x86_64')
8url='https://www.opencode.net/fpiecka/remmina-krunner-plugin'
9license=('LGPL-2.1-or-later')
10depends=('ki18n' 'krunner' 'qt6-base' 'remmina')
11makedepends=('cmake' 'extra-cmake-modules' 'git')
12source=("$pkgname::git+$url.git")
13sha256sums=('SKIP')
14install=$pkgname.install
15
16pkgver() {
17 cd "$pkgname"
18
19 local basever
20 basever="$(grep -Po '(?<=\"Version\": \")[^\"]+' src/remminarunner.json | head -n 1)"
21
22 printf '%s.r%s.g%s' \
23 "${basever:-0}" \
24 "$(git rev-list --count HEAD)" \
25 "$(git rev-parse --short HEAD)"
26}
27
28build() {
29 cmake -B build -S "$pkgname" \
30 -DCMAKE_BUILD_TYPE=None \
31 -DCMAKE_INSTALL_PREFIX=/usr \
32 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
33 cmake --build build
34}
35
36package() {
37 DESTDIR="$pkgdir" cmake --install build
38
39 install -Dm644 "$pkgname/LICENSES/LGPL-2.1-or-later.txt" \
40 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41}
42

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 00:17:23 LOW 2
2026-07-29 17:12:22 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