Date: Tuesday, December 28, 2021 @ 13:35:53 Author: arojas Revision: 1085651
mbedtls 2.28 rebuild (built with ocaml 4.12) Modified: haxe/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-28 13:08:37 UTC (rev 1085650) +++ PKGBUILD 2021-12-28 13:35:53 UTC (rev 1085651) @@ -7,13 +7,13 @@ pkgname=haxe pkgver=4.2.4 -pkgrel=1 +pkgrel=2 pkgdesc='Cross-platform toolkit and programming language' arch=(x86_64) url='https://haxe.org/' license=(GPL LGPL MIT) depends=(neko mbedtls) -makedepends=(camlp4 camlp5 dune git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple) +makedepends=(camlp5 dune git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple) optdepends=(java-environment mono php python) options=(!strip) source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=ab0c0548ff80fcbbbc140a381a9031af13b5782c") # tag: 4.2.4 @@ -25,7 +25,7 @@ # Prepare opam and ocamlfind before building export HOME="$srcdir" - opam init -a + opam init -a --disable-sandboxing eval $(opam env) # Install required OCaml packages
