diff options
Diffstat (limited to 'community/minetest/APKBUILD')
-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 17efc3f86f..e6e1a1f36a 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 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 !ppc64le" +arch="all !s390x" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" |