python-pygame: update to 2.6.1

This commit is contained in:
Konstantin Podsvirov 2024-11-12 00:41:25 +03:00 committed by Christoph Reiter
parent c0a19c0317
commit d4e15848bb

View File

@ -3,8 +3,8 @@
_realname=pygame
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=2.6.0
pkgrel=2
pkgver=2.6.1
pkgrel=1
pkgdesc='A Python library for making multimedia applications like games (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
@ -40,7 +40,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cython")
source=(https://github.com/pygame/pygame/archive/refs/tags/${pkgver}.tar.gz
001-setup-fixes.patch)
sha256sums=('0dc751d9dc30ba97fa7077d855c1a945fc3ecffcaa90a3a4f3fe4c2b7db3a36a'
sha256sums=('6a5dd68af93a11ba6eb35c971fa220bf253cebf63b1f54cbe697b30fae9c7c72'
'1567a433fc8bb60e8bafafd92169372e181907e397736200c8f950a39a4722de')
prepare() {