summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-09-29 16:11:44 +0600
committerMubashshir2021-09-29 16:11:44 +0600
commit98ed88a9e25831444ebf44315c43a0c05b519220 (patch)
treeb0284255fcd409afcc28dfd65d1b2d7e4fa1f1d5
parent6bed3c89da7a05157a8e8b59a084d5040a94e9e1 (diff)
downloadaur-98ed88a9e25831444ebf44315c43a0c05b519220.tar.gz
upgpkg: python-pyglm 2.5.0-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 1720ae710015..d5e6ac266225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.4.0
+ pkgver = 2.5.0
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.4.0.tar.gz
- sha256sums = 264f15862082c9ff78cee60d8fdaa030d123d63e31df4618fc92e2ae991f1e27
+ source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.5.0.tar.gz
+ sha256sums = c954d545544ba155a5b25198a4c0311a39e8ab9bf707897998037e74697be618
pkgname = python-pyglm
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 59d8721df935..6c48bf1ce933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.4.0'
+pkgver='2.5.0'
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=('264f15862082c9ff78cee60d8fdaa030d123d63e31df4618fc92e2ae991f1e27')
+sha256sums=('c954d545544ba155a5b25198a4c0311a39e8ab9bf707897998037e74697be618')
build() {
cd "${srcdir}/${_module}-${pkgver}"