diff options
author | Andy Li <andy@onthewings.net> | 2018-02-28 14:39:36 +0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-01 09:24:45 +0000 |
commit | ebf14d37f5083963ebbfe3c9a436d0377d463d36 (patch) | |
tree | 3fe69ff2e12df79402c675345ea4b30fec82749d /testing/haxe/APKBUILD | |
parent | 713b8fc65b4ff5bde6ecfab46672cff9c35dc0d2 (diff) | |
download | aports-ebf14d37f5083963ebbfe3c9a436d0377d463d36.tar.bz2 aports-ebf14d37f5083963ebbfe3c9a436d0377d463d36.tar.xz |
testing/haxe: Add comment about the submodule commits.
Diffstat (limited to 'testing/haxe/APKBUILD')
-rw-r--r-- | testing/haxe/APKBUILD | 4 |
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 |