diff --git a/mingw-w64-python-glcontext/PKGBUILD b/mingw-w64-python-glcontext/PKGBUILD index 08c283e952..4fa9d99d14 100644 --- a/mingw-w64-python-glcontext/PKGBUILD +++ b/mingw-w64-python-glcontext/PKGBUILD @@ -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