Date: Monday, September 25, 2017 @ 21:55:55 Author: arodseth Revision: 260592
upgpkg: haxe 3.4.3-1 Modified: haxe/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-25 21:31:04 UTC (rev 260591) +++ PKGBUILD 2017-09-25 21:55:55 UTC (rev 260592) @@ -7,7 +7,7 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=haxe -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc='Cross-platform toolkit and programming language' arch=('x86_64' 'i686') @@ -19,9 +19,9 @@ makedepends=('git' 'ocaml' 'camlp4' 'zlib' 'neko') provides=('haxe' 'haxelib') options=('!strip' '!makeflags') -source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=890f8c70cf" - 'git+https://github.com/HaxeFoundation/haxelib.git#commit=b0b6057d24' - 'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=ea953db15a' +source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=e24c990d58f2ccff5e5add8369602bb729bcdfab" + 'git+https://github.com/HaxeFoundation/haxelib.git#commit=36caef7b611cbe9d8b5c650307778e346bb267df' + 'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=ba1679cb1ed1e74ccd5068755642dc1353780ded' 'haxe.sh' ) md5sums=('SKIP' @@ -55,4 +55,4 @@ install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh" } -# vim:set ts=2 sw=2 et: +# vim:ts=2 sw=2 et:
