[arch-commits] Commit in haxe/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Dec 3 19:41:36 UTC 2016


    Date: Saturday, December 3, 2016 @ 19:41:36
  Author: arodseth
Revision: 197837

upgpkg: haxe 3.4.0rc1-1

Modified:
  haxe/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-03 19:20:27 UTC (rev 197836)
+++ PKGBUILD	2016-12-03 19:41:36 UTC (rev 197837)
@@ -7,7 +7,7 @@
 # Contributor: Michael Fellinger <mf at rubyists.com>
 
 pkgname=haxe
-pkgver=3.3.0rc1
+pkgver=3.4.0rc1
 pkgrel=1
 pkgdesc='Cross-platform toolkit and programming language'
 arch=('x86_64' 'i686')
@@ -14,9 +14,9 @@
 url='http://haxe.org/'
 license=('GPL' 'MIT' 'LGPL') # http://haxe.org/foundation/open-source.html
 groups=('devel')
-depends=('neko>=2.0.0')
+depends=('neko')
 optdepends=('python' 'php' 'java-environment' 'mono')
-makedepends=('git' 'ocaml>=4.00.0' 'zlib' 'neko>=2.0.0' 'camlp4')
+makedepends=('git' 'ocaml' 'camlp4' 'zlib' 'neko')
 provides=('haxe' 'haxelib')
 options=('!strip' '!makeflags')
 source=("$pkgname-${pkgver/rc?/}::git+https://github.com/HaxeFoundation/haxe.git#tag=${pkgver/rc/-rc}"
@@ -24,7 +24,10 @@
   'git+https://github.com/HaxeFoundation/ocamllibs.git'
   'haxe.sh'
 )
-md5sums=('SKIP' 'SKIP' 'SKIP' '977476c8fc1dfc0acbb05bd22f9136b0')
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         '977476c8fc1dfc0acbb05bd22f9136b0')
 
 build() {
   cd "$pkgname-${pkgver/rc?/}"
@@ -41,10 +44,8 @@
 check() {
   cd "$pkgname-${pkgver/rc?/}"
 
-  echo "haxe version:"
-  ./haxe -version
-  echo "haxelib version:"
-  ./haxelib version
+  echo "haxe version: $(./haxe -version)"
+  echo "haxelib version: $(./haxelib version)"
 }
 
 package() {



More information about the arch-commits mailing list