diff options
author | Andy Li <andy@onthewings.net> | 2017-10-26 23:52:36 +0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-03 15:17:56 +0000 |
commit | a5ab7dbb424a5cebf3a5c1fe25869e9191d001bc (patch) | |
tree | c153ec864a379a822ea8d5b2f20d01dc852c198b /testing | |
parent | c4ab71b1011b556204915759eb5b965685ca7444 (diff) | |
download | aports-a5ab7dbb424a5cebf3a5c1fe25869e9191d001bc.tar.bz2 aports-a5ab7dbb424a5cebf3a5c1fe25869e9191d001bc.tar.xz |
testing/haxe: enable for all arches
Diffstat (limited to 'testing')
-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" |