From 8232af3e5c01fb4b653ec10cb98ace1faff27ed9 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 20 Nov 2022 12:23:09 +0100 Subject: [PATCH] qt5-styleplugins: restrict allowed runtime qt5 version --- srcpkgs/qt5-styleplugins/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt5-styleplugins/template b/srcpkgs/qt5-styleplugins/template index 6fecd79e595..96ed97d12cd 100644 --- a/srcpkgs/qt5-styleplugins/template +++ b/srcpkgs/qt5-styleplugins/template @@ -1,12 +1,12 @@ # Template file for 'qt5-styleplugins' pkgname=qt5-styleplugins version=5.0.0 -revision=19 +revision=20 _gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3 build_style=qmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel" -depends="qt5-core>=5.15.2<5.16.0" +depends="qt5-core>=5.15.7<5.15.8" short_desc="Additional style plugins for Qt5" maintainer="Orphaned " license="LGPL-2.1-only, LGPL-3.0-only"