From 9463aa36649cb44bb91c6e93a0826d810c230f18 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 13 Aug 2018 13:46:38 +0200 Subject: [PATCH] qt5integration: update to 0.3.4. --- srcpkgs/qt5integration/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt5integration/template b/srcpkgs/qt5integration/template index 871f1d02ed0..fcbb766795e 100644 --- a/srcpkgs/qt5integration/template +++ b/srcpkgs/qt5integration/template @@ -1,6 +1,6 @@ # Template file for 'qt5integration' pkgname=qt5integration -version=0.3.3 +version=0.3.4 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=b667cd7e2198222e8e3cce0abaabd2af5d422d367ad6082ae3013f4e05fd005c +checksum=8bf78955dddc3b9e0c738119f90d0e005a1eb1409df963ed49f17868ec4b6534 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-x11extras-devel"