summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-11-23 15:05:41 +0600
committerMubashshir2021-11-23 15:05:41 +0600
commitfa6e139dc59ca8f4a844992eeeaf81ba11742c6a (patch)
tree9f7e65e2cd4f88d33b43247ae73c149b7185fe12 /PKGBUILD
parent4984b367347030c468905df00974023139917538 (diff)
downloadaur-fa6e139dc59ca8f4a844992eeeaf81ba11742c6a.tar.gz
upgpkg: python-pyglm 2.5.6-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3add564c081e..a998ed54d815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.5'
+pkgver='2.5.6'
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=('66f09f1808801d9bb4bee778c48d1e313bd1e548a112dde4d368b23ced9b9ff0')
+sha256sums=('d161793677b5d0547a188c0d58cc072c4eeb84cd29f8f8216b0c94b88e1a600e')
build() {
cd "${srcdir}/${_module}-${pkgver}"