summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-10-25 01:44:55 +0600
committerMubashshir2021-10-25 01:44:55 +0600
commitd7495597ba61f06ad7d9f4c2ad715589953195fc (patch)
tree1b01546c589b4c0922c31254ce4f7df33e012e2b
parented3c9d5a24975f8b6dc89a49a06029ae78951220 (diff)
downloadaur-d7495597ba61f06ad7d9f4c2ad715589953195fc.tar.gz
upgpkg: python-pyglm 2.5.3-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 a6633ba458e8..2ab15c84f6d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.5.2
+ pkgver = 2.5.3
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.2.tar.gz
- sha256sums = b615f57331292bf88b402626505b0126e58fde8d0d2dc4ccc55ee808d2dfda18
+ source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.5.3.tar.gz
+ sha256sums = 1b9a2e7c9b5835caa737c4c845426340d2b32a217593806e18c09dbdbe9b509e
pkgname = python-pyglm
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 8ab638007557..f5bf04623a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.2'
+pkgver='2.5.3'
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=('b615f57331292bf88b402626505b0126e58fde8d0d2dc4ccc55ee808d2dfda18')
+sha256sums=('1b9a2e7c9b5835caa737c4c845426340d2b32a217593806e18c09dbdbe9b509e')
build() {
cd "${srcdir}/${_module}-${pkgver}"