summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-02-18 22:04:40 +0600
committerMubashshir2023-02-18 22:04:40 +0600
commit05963cd61fde5b8831fd0227961fa9afc1cbc235 (patch)
treede54d91f4c38f712dfae83705b9e9fffd3ad992f
parent1e82a205ea921c93ba54142cc598cf2e476e6b22 (diff)
downloadaur-05963cd61fde5b8831fd0227961fa9afc1cbc235.tar.gz
pyglm: Release 2.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aca3883fa31..ac3a65ac2ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.6.0
- pkgrel = 2
+ pkgver = 2.7.0
+ pkgrel = 1
url = https://github.com/Zuzu-Typ/PyGLM
arch = any
license = ZLIB
makedepends = python-setuptools
makedepends = git
depends = python
- source = python-pyglm::git+https://github.com/Zuzu-Typ/PyGLM.git#tag=2.6.0
+ source = python-pyglm::git+https://github.com/Zuzu-Typ/PyGLM.git#tag=2.7.0
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 c8dd509cf96c..4d6532e8d08e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# what: PyGLM
pkgname='python-pyglm'
-pkgver='2.6.0'
-pkgrel=2
+pkgver='2.7.0'
+pkgrel=1
pkgdesc="OpenGL Mathematics library for Python"
url="https://github.com/Zuzu-Typ/PyGLM"
depends=('python')