antimicro: update to 2.23 + enable cross

This commit is contained in:
Juergen Buchmueller 2016-12-12 22:16:29 +01:00
parent cbfdadcd4b
commit 8d3f521089
1 changed files with 6 additions and 2 deletions

View File

@ -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