summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f3df7c3506c..fc17337787a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-moderngl
pkgdesc = ModernGL: High performance rendering for Python 3
pkgver = 5.6.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/moderngl/moderngl
arch = x86_64
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-moderngl
makedepends = python-setuptools
makedepends = python-wheel
depends = python
+ depends = python-glcontext
source = https://files.pythonhosted.org/packages/source/m/moderngl/moderngl-5.6.4.tar.gz
sha256sums = 8c6d04559f5e3bf75a18525cd46d213c0f3a8409363718978e6de691bdb551fb
diff --git a/PKGBUILD b/PKGBUILD
index ab8e1188ba20..3cb395c88393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_name=moderngl
pkgname=python-$_name
pkgver=5.6.4
-pkgrel=2
+pkgrel=3
pkgdesc='ModernGL: High performance rendering for Python 3'
arch=(x86_64)
url='https://github.com/moderngl/moderngl'
license=('MIT')
-depends=(python)
+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=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")