Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
python-glfw
Commits:
13c4f6f7 by Alexander F. Rødseth at 2024-04-07T20:36:04+02:00
upgpkg: 2.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-glfw
pkgdesc = Module for OpenGL, OpenGL ES, Vulkan, window and input
support (pyGLFW)
- pkgver = 2.6.5
- pkgrel = 2
+ pkgver = 2.7.0
+ pkgrel = 1
url = https://github.com/FlorianRhiem/pyGLFW
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-glfw
makedepends = python-setuptools
depends = glfw
depends = python
- source =
git+https://github.com/FlorianRhiem/pyGLFW#commit=bce6e2e53bcc46858a7d1c5029ae6ee24763ae4f
- b2sums = SKIP
+ source =
git+https://github.com/FlorianRhiem/pyGLFW#commit=d649113ecaac5c211f01afb864548cdfa87e2ac6
+ b2sums =
46f91af1e856c98c688110194f1dd3f3ab0711c483b175da63e209ad7fa7d144922937e3c9e8a311dd77374796456e484f820e89e7367776ca3d8efb61251c92
pkgname = python-glfw
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=python-glfw
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.7.0
+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=bce6e2e53bcc46858a7d1c5029ae6ee24763ae4f") # tag:
v2.6.5
-b2sums=('SKIP')
+source=("git+$url#commit=d649113ecaac5c211f01afb864548cdfa87e2ac6") # tag:
v2.7.0
+b2sums=('46f91af1e856c98c688110194f1dd3f3ab0711c483b175da63e209ad7fa7d144922937e3c9e8a311dd77374796456e484f820e89e7367776ca3d8efb61251c92')
build() {
cd pyGLFW
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-glfw/-/commit/13c4f6f770cc656e5e24f4d2aec98b0ca9083419
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-glfw/-/commit/13c4f6f770cc656e5e24f4d2aec98b0ca9083419
You're receiving this email because of your account on gitlab.archlinux.org.