summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-10-19 14:09:41 +0600
committerMubashshir2021-10-19 14:09:41 +0600
commit7cec6d420a304feceb6024a3e3cdc371cca37fa1 (patch)
treee7e54a28d8cc681d1c6f48d8427ec37f09fdd8ae /PKGBUILD
parent98ed88a9e25831444ebf44315c43a0c05b519220 (diff)
downloadaur-7cec6d420a304feceb6024a3e3cdc371cca37fa1.tar.gz
upgpkg: python-pyglm 2.5.1-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 6c48bf1ce933..768c42f9ba75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.0'
+pkgver='2.5.1'
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=('c954d545544ba155a5b25198a4c0311a39e8ab9bf707897998037e74697be618')
+sha256sums=('732a9cdc77578dfc5d855ebd98c6ae4db90d86b16a8fd334e342373d755f3e17')
build() {
cd "${srcdir}/${_module}-${pkgver}"