diff --git a/testing/lbreakout2/APKBUILD b/community/lbreakout2/APKBUILD
similarity index 97%
rename from testing/lbreakout2/APKBUILD
rename to community/lbreakout2/APKBUILD
index ac65b71a8e769320254324292b84c7532f5f01cf..ab1fbeb9664a77b5b7562e2d2f8239bbf6194820 100644
--- a/testing/lbreakout2/APKBUILD
+++ b/community/lbreakout2/APKBUILD
@@ -12,6 +12,7 @@ license="GPL-2.0-or-later"
 makedepends="sdl12-compat-dev sdl_mixer-dev libpng-dev"
 subpackages="$pkgname-doc"
 source="http://prdownloads.sourceforge.net/lgames/lbreakout2-$pkgver.tar.gz"
+options="!check" # No test suite
 
 prepare() {
 	default_prepare
@@ -30,10 +31,6 @@ build() {
 	make
 }
 
-check() {
-	make check
-}
-
 package() {
 	make DESTDIR="$pkgdir" install
 	install -Dm644 lbreakout2.desktop \
diff --git a/testing/lbreakouthd/0001-fix-undeclared-uint.patch b/community/lbreakouthd/0001-fix-undeclared-uint.patch
similarity index 100%
rename from testing/lbreakouthd/0001-fix-undeclared-uint.patch
rename to community/lbreakouthd/0001-fix-undeclared-uint.patch
diff --git a/testing/lbreakouthd/APKBUILD b/community/lbreakouthd/APKBUILD
similarity index 100%
rename from testing/lbreakouthd/APKBUILD
rename to community/lbreakouthd/APKBUILD