Skip to content

Commit

Permalink
python-glfw: Update to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Nov 17, 2023
1 parent 87b379a commit db27d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-glfw/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _basename=pyGLFW
_realname=glfw
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.5.9
pkgver=2.6.3
pkgrel=1
pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support (mingw-w64)'
arch=('any')
Expand All @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${_basename}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('e1d7ac7fd9631aa882183f95c87b6fb6ac3536c698338760c82979336b19f3cb')
sha256sums=('6db32c29fc755f0445642424a6cd4aa6d5df26c7cfa23ed872a0b35b0f558fbf')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit db27d10

Please sign in to comment.