diff options
Diffstat (limited to 'testing/haxe')
-rw-r--r-- | testing/haxe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index 87ab490889..78c804e782 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -3,10 +3,10 @@ pkgname=haxe pkgver=3.4.4 _versuffix= -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform toolkit and programming language" url="https://haxe.org" -arch="" +arch="all" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev" |