diff options
Diffstat (limited to 'testing/mono/APKBUILD')
-rw-r--r-- | testing/mono/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 8f33900f16..8609104629 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.2.2.30 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" -arch="all" +arch="x86_64 x86" license="GPL" depends="python" depends_dev="zlib-dev libgdiplus-dev" |