summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Rubin2022-06-02 18:18:53 +0200
committerMarco Rubin2022-06-02 18:18:53 +0200
commit5dc70fec89807ac1f8fd7cda4f82d49f2829c731 (patch)
treef9c9ba5606367640e84da0757d8655d3f2248b8a /PKGBUILD
parenta3218c35daab24e9b9f70a1d4fb60027177d2b7c (diff)
downloadaur-5dc70fec89807ac1f8fd7cda4f82d49f2829c731.tar.gz
Added glcontext dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")