diff --git a/community/kgeotag/APKBUILD b/community/kgeotag/APKBUILD
index d6598e6c5020cc20fd80aa14d68ab04d87695c3f..17303ce1e82e947aa49ebafb6c34d1b6aab73b0c 100644
--- a/community/kgeotag/APKBUILD
+++ b/community/kgeotag/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
 
 # The group tag is just to easily find this APKBUILD by some scripts for automation
 # group=kde-other
+maintainer="Bart Ribbers <bribbers@disroot.org>"
 pkgname=kgeotag
 pkgver=1.6.0
 pkgrel=0
@@ -24,10 +24,10 @@ makedepends="
 	qt5-qtbase-dev
 	samurai
 	"
-checkdepends="xvfb-run"
 subpackages="$pkgname-doc $pkgname-lang"
 _repo_url="https://invent.kde.org/graphics/kgeotag.git"
 source="https://download.kde.org/stable/kgeotag/$pkgver/kgeotag-$pkgver.tar.xz"
+options="!check" # no tests
 
 build() {
 	cmake -B build -G Ninja \
@@ -37,10 +37,6 @@ build() {
 	cmake --build build
 }
 
-check() {
-	xvfb-run ctest --test-dir build --output-on-failure
-}
-
 package() {
 	DESTDIR="$pkgdir" cmake --install build
 }