From 8d3f52108941264ef8275b1c0815c06d367b8920 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Mon, 12 Dec 2016 22:16:29 +0100 Subject: [PATCH] antimicro: update to 2.23 + enable cross --- srcpkgs/antimicro/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/antimicro/template b/srcpkgs/antimicro/template index d6e7d7bf90e..a2dd0d918d6 100644 --- a/srcpkgs/antimicro/template +++ b/srcpkgs/antimicro/template @@ -1,6 +1,6 @@ # Template file for 'antimicro' pkgname=antimicro -version=2.22 +version=2.23 revision=1 build_style=cmake configure_args="-DUSE_SDL_2=ON" @@ -11,4 +11,8 @@ maintainer="7185 <7185@free.fr>" license="GPL-3" homepage="https://github.com/AntiMicro/antimicro" distfiles="https://github.com/AntiMicro/antimicro/archive/${version}.tar.gz" -checksum=c16d11fefab18df29ce708b4447c2befdc9254f4fcd9167bf27873f4d28387e7 +checksum=ef309170612da805992f9194f1973bf38a3174a0856856afedab67f9d927a9ef + +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-tools-devel" +fi