Date: Wednesday, October 11, 2017 @ 11:56:39 Author: arodseth Revision: 262350
upgpkg: haxe 3.4.4-1 Modified: haxe/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-11 11:05:49 UTC (rev 262349) +++ PKGBUILD 2017-10-11 11:56:39 UTC (rev 262350) @@ -7,11 +7,11 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=haxe -pkgver=3.4.3 +pkgver=3.4.4 pkgrel=1 pkgdesc='Cross-platform toolkit and programming language' arch=('x86_64' 'i686') -url='http://haxe.org/' +url='https://haxe.org/' license=('GPL' 'MIT' 'LGPL') groups=('devel') depends=('neko') @@ -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=e24c990d58f2ccff5e5add8369602bb729bcdfab" - 'git+https://github.com/HaxeFoundation/haxelib.git#commit=36caef7b611cbe9d8b5c650307778e346bb267df' - 'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=ba1679cb1ed1e74ccd5068755642dc1353780ded' +source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#tag=3.4.4" + 'git+https://github.com/HaxeFoundation/haxelib.git#commit=9056886d636e9d7d0e1759195c60b0260b8c67c0' + 'git+https://github.com/HaxeFoundation/ocamllibs.git#commit=21d6a6673a49f024ccb8306d08927fc3fabe81af' 'haxe.sh' ) md5sums=('SKIP' @@ -55,4 +55,4 @@ install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh" } -# vim:ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
