Date: Saturday, July 3, 2021 @ 09:39:33 Author: arodseth Revision: 971914
upgpkg: haxe 4.2.3-1 Modified: haxe/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-03 08:24:48 UTC (rev 971913) +++ PKGBUILD 2021-07-03 09:39:33 UTC (rev 971914) @@ -6,7 +6,7 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=haxe -pkgver=4.2.2 +pkgver=4.2.3 pkgrel=1 pkgdesc='Cross-platform toolkit and programming language' arch=(x86_64) @@ -16,8 +16,8 @@ optdepends=(java-environment mono php python) makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple) options=(!makeflags !strip) -source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=a2f4ba95400edf10195ce2a1c87c56dc0d67111b") # tag: 4.2.2 -b2sums=(SKIP) +source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=1385eda48e60387e349282d26347b28d0b2768ca") # tag: 4.2.3 +b2sums=('SKIP') prepare() { cd $pkgname-$pkgver @@ -48,7 +48,7 @@ make libs haxe # "make tools" did not work. These are the replacement commands: - cd "$srcdir"/$pkgname-$pkgver/extra/haxelib_src + cd "$srcdir/$pkgname-$pkgver/extra/haxelib_src" ../../haxe client.hxml || true nekotools boot run.n mv run ../../haxelib
