summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-11-29 00:25:41 +0600
committerMubashshir2021-11-29 00:25:41 +0600
commit2314c9f79577efe2e9d69ead38c98edcfa722504 (patch)
tree07d53bd615453884d6e8cbabedbb0d13c72bac35
parentfa6e139dc59ca8f4a844992eeeaf81ba11742c6a (diff)
downloadaur-2314c9f79577efe2e9d69ead38c98edcfa722504.tar.gz
upgpkg: python-pyglm 2.5.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7002cffe776..9186385fde25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.5.6
+ pkgver = 2.5.7
pkgrel = 1
url = https://github.com/Zuzu-Typ/PyGLM
arch = any
license = ZLIB
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.5.6.tar.gz
- sha256sums = d161793677b5d0547a188c0d58cc072c4eeb84cd29f8f8216b0c94b88e1a600e
+ source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.5.7.tar.gz
+ sha256sums = 38fdff84e6416decffe1c5874632807d58b98c5508cca3579bb2f5332e099fd8
pkgname = python-pyglm
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a998ed54d815..f977821e0167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.6'
+pkgver='2.5.7'
pkgrel=1
pkgdesc="OpenGL Mathematics library for Python"
url="https://github.com/Zuzu-Typ/PyGLM"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
license=('ZLIB')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('d161793677b5d0547a188c0d58cc072c4eeb84cd29f8f8216b0c94b88e1a600e')
+sha256sums=('38fdff84e6416decffe1c5874632807d58b98c5508cca3579bb2f5332e099fd8')
build() {
cd "${srcdir}/${_module}-${pkgver}"