python-qtawesome: update to 1.4.0

This commit is contained in:
Konstantin Podsvirov 2025-03-31 20:56:03 +03:00 committed by Christoph Reiter
parent 71f51562cf
commit c772ffcf1c

View File

@ -1,11 +1,10 @@
# Contributor: Raed Rizqie <raed.rizqie@gmail.com>
_pyname=QtAwesome
_realname=qtawesome
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.3.1
pkgrel=3
pkgver=1.4.0
pkgrel=1
pkgdesc='FontAwesome icons in PyQt and PySide applications (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -20,8 +19,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=(!strip)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('075b2c9ee01cbaf5e3a4bebed0e5529ee8605981355f21dea051b15c1b869e1b')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('783e414d1317f3e978bf67ea8e8a1b1498bad9dbd305dec814027e3b50521be6')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"