diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/haxe/APKBUILD | 2 | ||||
-rw-r--r-- | testing/neko/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index 5d2d12c5a5..87ab490889 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -6,7 +6,7 @@ _versuffix= pkgrel=0 pkgdesc="Cross-platform toolkit and programming language" url="https://haxe.org" -arch="all !x86" +arch="" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev" diff --git a/testing/neko/APKBUILD b/testing/neko/APKBUILD index 780e7190ef..cebd53ab14 100644 --- a/testing/neko/APKBUILD +++ b/testing/neko/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1.0 pkgrel=1 pkgdesc="High-level dynamically typed programming language" url="http://nekovm.org/" -arch="all !x86" +arch="" license="LGPL" depends="" depends_dev="neko" |