From c754da543f6c6a3aeb9db0e3c4238d02015099f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 27 Oct 2021 22:39:17 +0700 Subject: [PATCH] python3-PyQt-builder: fix sip minimum version --- srcpkgs/python3-PyQt-builder/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template index 09f6cfabdda..24141e24b2d 100644 --- a/srcpkgs/python3-PyQt-builder/template +++ b/srcpkgs/python3-PyQt-builder/template @@ -1,11 +1,11 @@ # Template file for 'python3-PyQt-builder' pkgname=python3-PyQt-builder version=1.12.1 -revision=1 +revision=2 wrksrc=PyQt-builder-$version build_style=python3-module hostmakedepends="python3-setuptools sip" -depends="python3 sip>=6.0.0" +depends="python3 sip>=6.3" short_desc="PEP 517 compliant PyQt build system" maintainer="Đoàn Trần Công Danh " license="GPL-2.0-only, GPL-3.0-only, custom:SIP"