qtfm: update to 6.1.2.

This commit is contained in:
maxice8 2018-09-11 21:27:29 -03:00
parent 38abb74e86
commit fb9be355b7
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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