summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"