python3-PyQt-builder: fix sip minimum version
This commit is contained in:
parent
1038db9d56
commit
c754da543f
1 changed files with 2 additions and 2 deletions
|
@ -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 <congdanhqx@gmail.com>"
|
||||
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
||||
|
|
Loading…
Reference in a new issue