diff options
-rw-r--r-- | main/teeworlds/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/teeworlds/APKBUILD b/main/teeworlds/APKBUILD index 377eac44d2..86e0c9eca5 100644 --- a/main/teeworlds/APKBUILD +++ b/main/teeworlds/APKBUILD @@ -4,7 +4,7 @@ pkgname=teeworlds pkgver=0.6.3 pkgrel=0 -arch=all +arch="all !aarch64" pkgdesc='Multiplayer 2D shooter' url='https://www.teeworlds.com' license='custom' |