diff --git a/srcpkgs/qtfm/template b/srcpkgs/qtfm/template index 0ba745225ca..066474b4c5b 100644 --- a/srcpkgs/qtfm/template +++ b/srcpkgs/qtfm/template @@ -1,6 +1,6 @@ # Template file for 'qtfm' pkgname=qtfm -version=6.1.1 +version=6.1.2 revision=1 build_style=qmake configure_args="CONFIG+=release" @@ -12,8 +12,8 @@ license="GPL-2.0-or-later" homepage="https://github.com/rodlie/qtfm" distfiles="https://github.com/rodlie/qtfm/archive/${version}.tar.gz" changelog="https://raw.githubusercontent.com/rodlie/qtfm/master/ChangeLog" -checksum=eb51502d4b634363abbfd7cc9071db635163f5cbb32b6b7bc84ccbf08e1e6ed0 +checksum=a2426534bd5491ec2480fba258dd51d6c97c2938d9e8b091553d9d1b01df79c3 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel" fi