python-wheel: update to 0.41.2

This commit is contained in:
Mehdi Chinoune
2023-09-08 08:34:33 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 7fecb3a1fb
commit 4b717ebe32

View File

@@ -2,7 +2,7 @@
_realname=wheel
pkgname="python-${_realname}"
pkgver=0.40.0
pkgver=0.41.2
pkgrel=1
pkgdesc="A built-package format for Python"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(
"python-build"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873')
sha256sums=('0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985')
build() {
cd "${_realname}-${pkgver}"