summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-10-24 15:08:24 +0600
committerMubashshir2021-10-24 15:08:24 +0600
commited3c9d5a24975f8b6dc89a49a06029ae78951220 (patch)
treedae9a8baa4edc9a96a8cbf7c6d5533778f11ea7d /PKGBUILD
parent7cec6d420a304feceb6024a3e3cdc371cca37fa1 (diff)
downloadaur-ed3c9d5a24975f8b6dc89a49a06029ae78951220.tar.gz
upgpkg: python-pyglm 2.5.2-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 768c42f9ba75..8ab638007557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='python-pyglm'
pkgname=('python-pyglm')
_module='PyGLM'
-pkgver='2.5.1'
+pkgver='2.5.2'
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=('732a9cdc77578dfc5d855ebd98c6ae4db90d86b16a8fd334e342373d755f3e17')
+sha256sums=('b615f57331292bf88b402626505b0126e58fde8d0d2dc4ccc55ee808d2dfda18')
build() {
cd "${srcdir}/${_module}-${pkgver}"