summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-05-08 21:58:52 +0200
committerMarco Rubin2022-05-08 21:58:52 +0200
commita3218c35daab24e9b9f70a1d4fb60027177d2b7c (patch)
tree1820a1d3593df796122b0c9e9b123e24716cf404
parent5d61c633f3d983b35161f97a789e36e562d3cdd6 (diff)
downloadaur-a3218c35daab24e9b9f70a1d4fb60027177d2b7c.tar.gz
Added python-setuptools as makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b859235c3f..5f3df7c3506c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-moderngl
pkgdesc = ModernGL: High performance rendering for Python 3
pkgver = 5.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/moderngl/moderngl
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/m/moderngl/moderngl-5.6.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1646bca56307..ab8e1188ba20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_name=moderngl
pkgname=python-$_name
pkgver=5.6.4
-pkgrel=1
+pkgrel=2
pkgdesc='ModernGL: High performance rendering for Python 3'
arch=(x86_64)
url='https://github.com/moderngl/moderngl'
license=('MIT')
depends=(python)
-makedepends=(python-build python-installer python-wheel)
+# 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")
sha256sums=('8c6d04559f5e3bf75a18525cd46d213c0f3a8409363718978e6de691bdb551fb')