python-typing_extensions: update to 4.13.2

This commit is contained in:
Biswapriyo Nath
2025-04-17 03:47:55 +00:00
parent 3755e39486
commit db6a543bc3

View File

@@ -2,8 +2,8 @@
_pyname=typing_extensions
pkgname=python-typing_extensions
pkgver=4.12.2
pkgrel=2
pkgver=4.13.2
pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any)
url=https://github.com/python/typing_extensions
@@ -18,7 +18,7 @@ makedepends=(
python-installer
)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8')
sha256sums=('e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef')
build() {
cd "${_pyname}-${pkgver}"