aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haxe
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2018-02-28 14:39:36 +0800
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-01 09:24:45 +0000
commitebf14d37f5083963ebbfe3c9a436d0377d463d36 (patch)
tree3fe69ff2e12df79402c675345ea4b30fec82749d /testing/haxe
parent713b8fc65b4ff5bde6ecfab46672cff9c35dc0d2 (diff)
downloadaports-ebf14d37f5083963ebbfe3c9a436d0377d463d36.tar.bz2
aports-ebf14d37f5083963ebbfe3c9a436d0377d463d36.tar.xz
testing/haxe: Add comment about the submodule commits.
Diffstat (limited to 'testing/haxe')
-rw-r--r--testing/haxe/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD
index a45450026f..ccdabc531b 100644
--- a/testing/haxe/APKBUILD
+++ b/testing/haxe/APKBUILD
@@ -13,8 +13,12 @@ makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev"
options="!strip !makeflags"
install=""
subpackages="$pkgname-doc"
+
+# haxelib and ocamllibs are git submodules in the haxe repo.
+# To get the commits, run `git submodule status`.
_commit_haxelib="a494d8be523e26fcf875e2c33915808dc221e17a"
_commit_ocamllibs="ab5be31c6dd1fcd761c2ba16c5d767bcf6792490"
+
source="${pkgname}-${pkgver}.tar.gz::https://github.com/HaxeFoundation/haxe/archive/${pkgver}${_versuffix}.tar.gz
haxelib-${_commit_haxelib}.tar.gz::https://github.com/HaxeFoundation/haxelib/archive/${_commit_haxelib}.tar.gz
ocamllibs-${_commit_ocamllibs}.tar.gz::https://github.com/HaxeFoundation/ocamllibs/archive/${_commit_ocamllibs}.tar.gz