summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-11-08 13:30:18 +0100
committerMarco Rubin2022-11-08 13:30:18 +0100
commitc2bd260e9f3b7fba141d2b557d0e45f2275d448e (patch)
tree456082a5f2c57c45e1c7c8add1c2de24a13674c7
parent89ffca5abf54ab4812c3091370d3b14d24e04973 (diff)
downloadaur-c2bd260e9f3b7fba141d2b557d0e45f2275d448e.tar.gz
5.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4f93f5011a..397d72757b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-moderngl
pkgdesc = ModernGL: High performance rendering for Python 3
- pkgver = 5.7.1
+ pkgver = 5.7.2
pkgrel = 1
url = https://github.com/moderngl/moderngl
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-moderngl
makedepends = python-wheel
depends = python
depends = python-glcontext
- source = https://github.com/moderngl/moderngl/archive/refs/tags/5.7.1.tar.gz
- b2sums = 17f622a78a082789200e052ae5d73afa2d2f6e9cecd4ef4375701a1951d736a022dc7c8dc61105bccebb45c43906fc99146dcd53e22690f03164bea664d5a4ba
+ source = https://github.com/moderngl/moderngl/archive/refs/tags/5.7.2.tar.gz
+ b2sums = 8892aee27d8df6a2477ce5568b24cd11536ab7a7abec6b74fa742053f5822ee18b19b1160c0c215267337a9c7e73dac8b6797f72284835e9f171e0cfee2a1156
pkgname = python-moderngl
diff --git a/PKGBUILD b/PKGBUILD
index 6024103e782b..62cca9700c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=moderngl
pkgname=python-$_name
-pkgver=5.7.1
+pkgver=5.7.2
pkgrel=1
pkgdesc='ModernGL: High performance rendering for Python 3'
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(python python-glcontext)
# For python-setuptools, see here: https://aur.archlinux.org/packages/python-moderngl#comment-864201.
makedepends=(python-build python-installer python-setuptools python-wheel)
source=("$url/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('17f622a78a082789200e052ae5d73afa2d2f6e9cecd4ef4375701a1951d736a022dc7c8dc61105bccebb45c43906fc99146dcd53e22690f03164bea664d5a4ba')
+b2sums=('8892aee27d8df6a2477ce5568b24cd11536ab7a7abec6b74fa742053f5822ee18b19b1160c0c215267337a9c7e73dac8b6797f72284835e9f171e0cfee2a1156')
build() {
cd "$_name-$pkgver"