qtfm: update to 6.1.1. (#2129)
This commit is contained in:
parent
fd6714e57a
commit
02c10b7351
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'qtfm'
|
||||
pkgname=qtfm
|
||||
version=6.1.0
|
||||
version=6.1.1
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="CONFIG+=release"
|
||||
makedepends="qt5-devel"
|
||||
depends="hicolor-icon-theme udisks2"
|
||||
depends="hicolor-icon-theme"
|
||||
short_desc="Lightweight file manager for Linux desktops based on pure Qt"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
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=a70b2f328f10c7107b66195146795e3ac089d102ec1bf0a56cabd2df452607d2
|
||||
checksum=eb51502d4b634363abbfd7cc9071db635163f5cbb32b6b7bc84ccbf08e1e6ed0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-devel qt5-qmake"
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-devel"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue