Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
python-glfw


Commits:
873c14ca by Alexander F. Rødseth at 2024-02-07T11:30:32+01:00
upgpkg: 2.6.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = python-glfw
+       pkgdesc = Module for OpenGL, OpenGL ES, Vulkan, window and input 
support (pyGLFW)
+       pkgver = 2.6.5
+       pkgrel = 1
+       url = https://github.com/FlorianRhiem/pyGLFW
+       arch = any
+       license = MIT
+       makedepends = git
+       makedepends = python-setuptools
+       depends = glfw
+       depends = python
+       source = 
git+https://github.com/FlorianRhiem/pyGLFW#commit=bce6e2e53bcc46858a7d1c5029ae6ee24763ae4f
+       b2sums = SKIP
+
+pkgname = python-glfw


=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 
 pkgname=python-glfw
-pkgver=2.5.9
-pkgrel=2
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+pkgver=2.6.5
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support 
(pyGLFW)'
 arch=(any)
 url='https://github.com/FlorianRhiem/pyGLFW'
 license=(MIT)
 depends=(glfw python)
 makedepends=(git python-setuptools)
-source=("git+$url#commit=0679b96a0fd1c5f3f2fc568630fa72d73338f850") # tag: 
v2.5.9
+source=("git+$url#commit=bce6e2e53bcc46858a7d1c5029ae6ee24763ae4f") # tag: 
v2.6.5
 b2sums=('SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-glfw/-/commit/873c14ca657a3f88ff88563bb9874d99126d2175

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-glfw/-/commit/873c14ca657a3f88ff88563bb9874d99126d2175
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to