python-glad: update to 2.0.8

This commit is contained in:
Mehdi Chinoune
2025-01-07 17:43:15 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 8d134d8aed
commit cc727a9ce3

View File

@@ -3,8 +3,8 @@
_realname=glad
pkgbase=mingw-w64-python-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-python-${_realname}"
pkgver=2.0.5
pkgrel=3
pkgver=2.0.8
pkgrel=1
pkgdesc='Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=(${url}/archive/refs/tags/v${pkgver}/${_realname}-${pkgver}.tar.gz)
sha256sums=('850351f1960f3fed775f0b696d7f17615f306beb56be38a20423284627626df1')
sha256sums=('44f06f9195427c7017f5028d0894f57eb216b0a8f7c4eda7ce883732aeb2d0fc')
build() {
cd "${srcdir}"