python3-PyQt-builder: update to 1.16.4.

This commit is contained in:
Đoàn Trần Công Danh 2024-07-19 22:37:23 +07:00
parent 1288f4c0d6
commit 4414f9273c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-PyQt-builder'
pkgname=python3-PyQt-builder
version=1.16.1
version=1.16.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel"
@ -10,10 +10,10 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://www.riverbankcomputing.com/software/pyqt/"
distfiles="$PYPI_SITE/P/PyQt-builder/pyqt_builder-$version.tar.gz"
checksum=25fd79248ee29779ca2d83cfd5a35f6da962c6e9711b7434182d6ef30827cb49
checksum=4515e41ae379be2e54f88a89ecf47cd6e4cac43e862c4abfde18389c2666afdf
post_install() {
rm -rf $DESTDIR/usr/bin
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
vlicense README.md
vlicense LICENSE
}