aboutsummaryrefslogtreecommitdiffstats
path: root/community/kfourinline/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kfourinline/APKBUILD')
-rw-r--r--community/kfourinline/APKBUILD22
1 files changed, 13 insertions, 9 deletions
diff --git a/community/kfourinline/APKBUILD b/community/kfourinline/APKBUILD
index d0270d9d62c..e53df49d309 100644
--- a/community/kfourinline/APKBUILD
+++ b/community/kfourinline/APKBUILD
@@ -1,12 +1,14 @@
# 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=kfourinline
-pkgver=22.04.1
+pkgver=24.02.2
pkgrel=0
pkgdesc="A four-in-a-row game"
# armhf blocked by extra-cmake-modules
-# s390x and riscv64 blocked by polkit -> kxmlgui
-arch="all !armhf !s390x !riscv64"
+arch="all !armhf"
url="https://kde.org/applications/games/kfourinline/"
license="GPL-2.0-or-later AND GFDL-1.2-only"
makedepends="
@@ -21,13 +23,15 @@ makedepends="
kwidgetsaddons-dev
kxmlgui-dev
libkdegames-dev
- qt5-qtbase-dev
- qt5-qtsvg-dev
+ qt6-qtbase-dev
+ qt6-qtsvg-dev
samurai
"
-source="https://download.kde.org/stable/release-service/$pkgver/src/kfourinline-$pkgver.tar.xz"
subpackages="$pkgname-doc $pkgname-lang"
-options="!check" # No tests
+_repo_url="https://invent.kde.org/games/kfourinline.git"
+source="https://download.kde.org/stable/release-service/$pkgver/src/kfourinline-$pkgver.tar.xz"
+# No tests
+options="!check"
build() {
cmake -B build -G Ninja \
@@ -42,5 +46,5 @@ package() {
}
sha512sums="
-dae20aa6399fcb49afcef52c9526027b2f9f542de750b3d1e65f70292798b96b6bae3ebe173a87008b1afb27429b121eaf24bb7feb4cb5a444f40f7e8bdb5a10 kfourinline-22.04.1.tar.xz
+45c51c291c308249940819ec3540971578b29ad5407205c37f87f8e6c84c9c77fa4f5a7fee1cc96f3a21078dfeee466def452cf619dfae28f955ad813b21b3fe kfourinline-24.02.2.tar.xz
"