From 10d201b405985eae8592950c20c3235623aefc18 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 27 Oct 2018 22:20:53 +0200 Subject: [PATCH] qt5integration: update to 0.3.6. --- srcpkgs/qt5integration/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt5integration/template b/srcpkgs/qt5integration/template index 5879e070d80..7b7e8816b76 100644 --- a/srcpkgs/qt5integration/template +++ b/srcpkgs/qt5integration/template @@ -1,6 +1,6 @@ # Template file for 'qt5integration' pkgname=qt5integration -version=0.3.5 +version=0.3.6 revision=1 build_style=qmake hostmakedepends="qt5-qmake pkg-config" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/linuxdeepin/qt5integration" changelog="https://github.com/linuxdeepin/qt5integration/blob/${version}/CHANGELOG.md" distfiles="https://github.com/linuxdeepin/qt5integration/archive/${version}.tar.gz" -checksum=553c598a506f065202090426ad18cfc26c23d2a090af18d488d059a4580521d7 +checksum=bd8bdb4fd1e437adfc29472f389983ef118929b18b45cca81fcc313203c7e922 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-x11extras-devel"