summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-09-07 00:31:58 +0600
committerMubashshir2021-09-07 00:31:58 +0600
commitdf03603f12f168f52de0f73f1ed638ee0e945eef (patch)
tree056c50dc87f3a10dd40a9e3f3abbc7df91f91221
parentf1c75fbc9ade8780bd4a8479f259f1ae8975fc05 (diff)
downloadaur-df03603f12f168f52de0f73f1ed638ee0e945eef.tar.gz
upgpkg: python-pyglm 2.4.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 f348fab43462..1720ae710015 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyglm
pkgdesc = OpenGL Mathematics library for Python
- pkgver = 2.3.1
+ pkgver = 2.4.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.3.1.tar.gz
- sha256sums = f12097dfcb709b22e31122a0e579a6ebc50f0822569ee05ac55f5347a36ee13f
+ source = https://files.pythonhosted.org/packages/source/P/PyGLM/PyGLM-2.4.0.tar.gz
+ sha256sums = 264f15862082c9ff78cee60d8fdaa030d123d63e31df4618fc92e2ae991f1e27
pkgname = python-pyglm
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 57289ac29514..654bd359940e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.3.1'
+pkgver='2.4.0'
pkgrel=1
pkgdesc="OpenGL Mathematics library for Python"
url="https://github.com/Zuzu-Typ/PyGLM"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('ZLIB')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('f12097dfcb709b22e31122a0e579a6ebc50f0822569ee05ac55f5347a36ee13f')
+sha256sums=('264f15862082c9ff78cee60d8fdaa030d123d63e31df4618fc92e2ae991f1e27')
build() {
cd "${srcdir}/${_module}-${pkgver}"