mankala-git

maintainer bakumr · 0 votes · scanned 2026-08-18 07:39:23.787586
LOW
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: Benson Muite <benson_muite at emailplus dot org>
2
3pkgname=mankala-git
4pkgver=0.1
5pkgrel=1
6pkgdesc='Mancala games for KDE'
7arch=(x86_64)
8url='https://invent.kde.org/srisharanvs/mankala'
9license=(GPL-3.0-or-later)
10depends=(libgcc
11 libstdc++
12 ki18n
13 kirigami
14 mankalaengine
15 qtkeychain-qt6
16 qt6-multimedia
17 qt6-networkauth
18 qt6-base)
19makedepends=(cmake
20 extra-cmake-modules
21 git
22 qt6-tools)
23conflicts=(mankala)
24provides=(mankala)
25replaces=(mankala)
26source=(git+https://invent.kde.org/srisharanvs/mankala.git)
27sha256sums=('SKIP')
28
29
30build() {
31 cmake -B build -S mankala \
32 -DCMAKE_INSTALL_PREFIX=/usr \
33 -DBUILD_TESTS=OFF \
34 -DQT_VERSION_MAJOR=6
35 cmake --build build
36}
37
38package() {
39 DESTDIR="$pkgdir" cmake --install build
40}
41
42

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-18 07:39
@@ -5,7 +5,7 @@
pkgrel=1
pkgdesc='Mancala games for KDE'
arch=(x86_64)
-url='https://invent.kde.org/srisharanvs/mankalanextgen'
+url='https://invent.kde.org/srisharanvs/mankala'
license=(GPL-3.0-or-later)
depends=(libgcc
libstdc++
@@ -23,12 +23,12 @@
conflicts=(mankala)
provides=(mankala)
replaces=(mankala)
-source=(git+https://invent.kde.org/srisharanvs/mankalanextgen.git)
+source=(git+https://invent.kde.org/srisharanvs/mankala.git)
sha256sums=('SKIP')
build() {
- cmake -B build -S mankalanextgen \
+ cmake -B build -S mankala \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=OFF \
-DQT_VERSION_MAJOR=6

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 07:39:23 LOW 1
2026-08-17 00:18:29 CLEAN 2
2026-08-16 21:33:47 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