diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 01:25:56 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 01:25:56 +0000 |
commit | 8a8d1e485367ca3580ff6b41e96f989f83903e5a (patch) | |
tree | f6b041f12c96c17ab95d455d624558c27aef243b /main/teeworlds | |
parent | dacdf8c0b67d5c166c8bc714e371ac7b552b0adb (diff) | |
download | aports-8a8d1e485367ca3580ff6b41e96f989f83903e5a.tar.bz2 aports-8a8d1e485367ca3580ff6b41e96f989f83903e5a.tar.xz |
main/teeworlds: disable on aarch64
Diffstat (limited to 'main/teeworlds')
-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' |