aboutsummaryrefslogtreecommitdiffstats
path: root/community/kiriki/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kiriki/APKBUILD')
-rw-r--r--community/kiriki/APKBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/community/kiriki/APKBUILD b/community/kiriki/APKBUILD
index 0d743375f7b..592fa7f87a9 100644
--- a/community/kiriki/APKBUILD
+++ b/community/kiriki/APKBUILD
@@ -1,7 +1,10 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: team/kde <bribbers@disroot.org>
+
+# The group tag is just to easily find this APKBUILD by some scripts for automation
+# group=kde-applications
pkgname=kiriki
-pkgver=22.08.0
+pkgver=24.02.2
pkgrel=0
pkgdesc="An addictive and fun dice game"
# armhf blocked by extra-cmake-modules
@@ -20,12 +23,14 @@ makedepends="
kiconthemes-dev
kxmlgui-dev
libkdegames-dev
- qt5-qtbase-dev
+ qt6-qtbase-dev
samurai
"
-source="https://download.kde.org/stable/release-service/$pkgver/src/kiriki-$pkgver.tar.xz"
subpackages="$pkgname-doc $pkgname-lang"
-options="!check" # No tests
+_repo_url="https://invent.kde.org/games/kiriki.git"
+source="https://download.kde.org/stable/release-service/$pkgver/src/kiriki-$pkgver.tar.xz"
+# No tests
+options="!check"
build() {
cmake -B build -G Ninja \
@@ -40,5 +45,5 @@ package() {
}
sha512sums="
-20ff9816415143eb2ba8c554193f9a29ae14c20880c15817c19cf38bd1406665f20ffe2c18fd1cd7a9153673265bd9ea11133854dbcec71aa175a4dd17569c76 kiriki-22.08.0.tar.xz
+649c796c501c66d4303764333042e74101205c5ab8ea3708d3973ff595d4ce44a688c1ff748c229b635bb81ccf4bd1c08371a52dda184987637bfd9f54baa664 kiriki-24.02.2.tar.xz
"