From 02d0cd4eea27bec836111b63654e9f7a92804dfb Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Dec 2023 23:46:56 +0100 Subject: [PATCH] qt5-styleplugins: fix depends constraints --- 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 30d93660a2a..a8bbbc30f14 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=21 +revision=22 _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.7<5.15.8" +depends="qt5-core>=5.15.11<5.15.12" short_desc="Additional style plugins for Qt5" maintainer="Orphaned " license="LGPL-2.1-only, LGPL-3.0-only"