[arch-commits] Commit in python-glfw/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 11 08:35:15 UTC 2022


    Date: Saturday, June 11, 2022 @ 08:35:15
  Author: arojas
Revision: 1232180

Update to 2.5.3

Modified:
  python-glfw/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 08:28:19 UTC (rev 1232179)
+++ PKGBUILD	2022-06-11 08:35:15 UTC (rev 1232180)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=python-glfw
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
 pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
 arch=(any)
 url='https://github.com/FlorianRhiem/pyGLFW'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glfw python)
 makedepends=(git python-setuptools)
-source=("git+$url#commit=0555e765cd31902899afae3479e31269fdf0cf9a") # tag: v2.1.0
+source=("git+$url#commit=ada90b17b6c15d077de64cb9a5c7a0c5651c6886") # tag: v2.1.0
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list