summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-11-18 00:15:40 +0600
committerMubashshir2021-11-18 00:15:40 +0600
commit4984b367347030c468905df00974023139917538 (patch)
tree40229546fa57b7d5b0c6564ac7bea185dc6dd0b7
parentb7efc42f2ed38f4b0b02585fdd3c720c15773fd2 (diff)
downloadaur-4984b367347030c468905df00974023139917538.tar.gz
upgpkg: python-pyglm 2.5.5-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 eb5533155bde..a02284e4b087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.5.4
+ pkgver = 2.5.5
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.4.tar.gz
- sha256sums = 96f71e99283d17568cb3f4926ecaa1560dafeaa4254cc826da74da6f2907cd62
+ source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.5.5.tar.gz
+ sha256sums = 66f09f1808801d9bb4bee778c48d1e313bd1e548a112dde4d368b23ced9b9ff0
pkgname = python-pyglm
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d07d06f3c943..3add564c081e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.4'
+pkgver='2.5.5'
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=('96f71e99283d17568cb3f4926ecaa1560dafeaa4254cc826da74da6f2907cd62')
+sha256sums=('66f09f1808801d9bb4bee778c48d1e313bd1e548a112dde4d368b23ced9b9ff0')
build() {
cd "${srcdir}/${_module}-${pkgver}"