diff --git a/python-wheel/PKGBUILD b/python-wheel/PKGBUILD index bb458877..7afe28fd 100644 --- a/python-wheel/PKGBUILD +++ b/python-wheel/PKGBUILD @@ -2,7 +2,7 @@ _realname=wheel pkgname="python-${_realname}" -pkgver=0.41.2 +pkgver=0.41.3 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=('0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985') +sha256sums=('4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841') build() { cd "${_realname}-${pkgver}"