diff --git a/python-wheel/PKGBUILD b/python-wheel/PKGBUILD index 44ab754f..bb458877 100644 --- a/python-wheel/PKGBUILD +++ b/python-wheel/PKGBUILD @@ -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}"