Merge pull request #4298 from lazka/python-wheel-0.42.0

python-wheel: Update to 0.42.0
This commit is contained in:
Christoph Reiter 2023-12-23 14:38:01 +01:00 committed by GitHub
commit 80445af54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
_realname=wheel
pkgname="python-${_realname}"
pkgver=0.41.3
pkgver=0.42.0
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=('4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841')
sha256sums=('c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8')
build() {
cd "${_realname}-${pkgver}"