python-glcontext: update to 2.4.0

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:35:59 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 89a9f338c9
commit a388dbcd6d

View File

@@ -4,8 +4,8 @@ _pyname=glcontext
_realname=glcontext
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.3.7
pkgrel=2
pkgver=2.4.0
pkgrel=1
pkgdesc='Portable OpenGL Context (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('bb2d0503f45ad85ca7319bd37fd983e374b3f824c38a450b5f72cfc974114156')
sha256sums=('50d7aad961d4f0374a38592194c59f740192e4d00549df48ac81a40942a6beb9')
prepare() {
rm -rf python-build-${MSYSTEM} | true