Skip to content

Commit

Permalink
python-typeguard: update to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Dec 21, 2024
1 parent 5502ccb commit b7aeb38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-typeguard/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=typeguard
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.3.0
pkgrel=2
pkgver=4.4.1
pkgrel=1
pkgdesc="Run-time type checker for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-mypy"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('92ee6a0aec9135181eae6067ebd617fd9de8d75d714fb548728a4933b1dea651')
sha256sums=('0d22a89d00b453b47c49875f42b6601b961757541a2e1e0ef517b6e24213c21b')

build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}
Expand Down

0 comments on commit b7aeb38

Please sign in to comment.