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
3
pkgname=mankala-git
4
pkgver=0.1
5
pkgrel=1
6
pkgdesc='Mancala games for KDE'
7
arch=(x86_64)
8
url='https://invent.kde.org/srisharanvs/mankala'
9
license=(GPL-3.0-or-later)
10
depends=(libgcc
11
libstdc++
12
ki18n
13
kirigami
14
mankalaengine
15
qtkeychain-qt6
16
qt6-multimedia
17
qt6-networkauth
18
qt6-base)
19
makedepends=(cmake
20
extra-cmake-modules
21
git
22
qt6-tools)
23
conflicts=(mankala)
24
provides=(mankala)
25
replaces=(mankala)
26
source=(git+https://invent.kde.org/srisharanvs/mankala.git)
27
sha256sums=('SKIP')
28
29
30
build() {
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
38
package() {
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=6Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 07:39:23 | LOW | 1 |
| 2026-08-17 00:18:29 | CLEAN | 2 |
| 2026-08-16 21:33:47 | LOW | 1 |