diff options
-rw-r--r-- | community/minetest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index c8ac24f253..2125b372c0 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="An infinite-world block sandbox game and a game engine" url="http://minetest.net/" # luajit is not available for disabled arches -arch="all !s390x !aarch64" # FIXME: linking fails on aarch64 +arch="all !s390x" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" |