summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-11-19 12:19:49 +0600
committerMubashshir2023-11-19 12:19:49 +0600
commit288f2a37fd13ebb7c530648a87d4825df4cfa130 (patch)
treeaa28027ecdc75d1f71706aae66456a4b8ac21583
parent05963cd61fde5b8831fd0227961fa9afc1cbc235 (diff)
downloadaur-288f2a37fd13ebb7c530648a87d4825df4cfa130.tar.gz
pyglm: Release 2.7.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3a65ac2ec3..d6ef914ef4cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/Zuzu-Typ/PyGLM
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-pyglm
makedepends = python-setuptools
makedepends = git
depends = python
- source = python-pyglm::git+https://github.com/Zuzu-Typ/PyGLM.git#tag=2.7.0
+ source = python-pyglm::git+https://github.com/Zuzu-Typ/PyGLM.git#tag=2.7.1
source = pyglm-typing::git+https://github.com/esoma/pyglm-typing.git
source = glm::git+https://github.com/Zuzu-Typ/glm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d6532e8d08e..d5740419646d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# what: PyGLM
pkgname='python-pyglm'
-pkgver='2.7.0'
+pkgver='2.7.1'
pkgrel=1
pkgdesc="OpenGL Mathematics library for Python"
url="https://github.com/Zuzu-Typ/PyGLM"