diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/minetest/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD index 1192274a5a..ba56d19ddb 100644 --- a/community/minetest/APKBUILD +++ b/community/minetest/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: pkgname=minetest pkgver=0.4.14 -pkgrel=1 +pkgrel=2 pkgdesc="An infinite-world block sandbox game and a game engine" url="http://minetest.net/" -arch="all" +arch="all !s390x !ppc64le" install="$pkgname-server.pre-install" license="LGPL2.1 CCBY-SA3.0" depends="$pkgname-common" |