qt5ct: update to 0.36.

This commit is contained in:
maxice8 2018-08-22 23:24:55 -03:00
parent aa693cc53f
commit d3692d51e5
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'qt5ct'
pkgname=qt5ct
version=0.35
version=0.36
revision=1
build_style=qmake
hostmakedepends="qt5-tools qt5-qmake"
hostmakedepends="qt5-qmake qt5-tools"
makedepends="qt5-devel"
depends="qt5 qt5-svg"
depends="qt5-svg"
short_desc="Qt5 Configuration Tool"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
license="BSD-2-Clause"
homepage="https://sourceforge.net/projects/qt5ct/"
distfiles="${SOURCEFORGE_SITE}/project/qt5ct/qt5ct-${version}.tar.bz2"
checksum=1ceb5097bf48a313a6f9a50088825b863855db8fa62b8ce8f79bd4cd4468ef77
checksum=8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi