python-pyopengl-accelerate: update to 3.1.10

This commit is contained in:
Dirk Stolle 2025-08-19 06:30:56 +02:00
parent 4238b90725
commit 1af80f9155

View File

@ -4,14 +4,15 @@ _realname=pyopengl-accelerate
_pyname=PyOpenGL-accelerate
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.1.9
pkgrel=3
pkgver=3.1.10
pkgrel=1
pkgdesc="Acceleration code for PyOpenGL (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://mcfletch.github.io/pyopengl/'
msys2_repository_url="https://github.com/mcfletch/pyopengl"
msys2_references=(
'gentoo: dev-python/pyopengl-accelerate'
'purl: pkg:pypi/pyopengl-accelerate'
)
license=('spdx:BSD-3-Clause')
@ -25,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
options=(!strip)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_realname/-/_}-${pkgver}.tar.gz"
"0001-cython-31-fix.patch")
sha256sums=('85957c7c76975818ff759ec9243f9dc7091ef6f373ea37a2eb50c320fd9a86f3'
sha256sums=('82751c83f0a6f732b8b5923990edc2441d38176a98756b1718e8d6c4379f5a71'
'a610686055dc75d1893a4528621fe4cc6d906e0daf3b0574c3e2752bc6a8bafb')
prepare() {