python3-sip-PyQt5: update to 12.9.0.

This commit is contained in:
Đoàn Trần Công Danh 2021-05-26 08:20:10 +07:00 committed by Đoàn Trần Công Danh
parent 02288222c4
commit 5c4a31be2a
2 changed files with 6 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'python3-sip-PyQt5'
pkgname=python3-sip-PyQt5
version=12.8.1
revision=2
version=12.9.0
revision=1
wrksrc="PyQt5_sip-$version"
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
depends="python3"
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/P/PyQt5_sip/PyQt5_sip-${version}.tar.gz"
checksum=30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd
checksum=d3e4489d7c2b0ece9d203ae66e573939f7f60d4d29e089c9f11daa17cfeaae32
lib32disabled=yes
post_extract() {

View File

@ -0,0 +1,2 @@
site=https://pypi.org/simple/PyQt5-sip
pattern='PyQt5_sip-\K([\d.]+)(?=.tar.gz)'