summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:14:01 +0200
committerPhilipp A2022-09-16 17:14:01 +0200
commit830eaa8ff72b760c1304e52e80d6932fea8ba0a9 (patch)
treef04344ef7d2601b5f2c102be43160128220244a2 /PKGBUILD
parentcd8e79e64c029dd5eb9f2adae153fe1685fb92bb (diff)
downloadaur-830eaa8ff72b760c1304e52e80d6932fea8ba0a9.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f1dc65eff92..52db7f2ece93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=modulegraph
pkgname=python-$_name
pkgver=0.19.2
-pkgrel=2
+pkgrel=3
pkgdesc='determines a dependency graph between Python modules primarily by bytecode analysis for import statements'
arch=('any')
url="https://github.com/ronaldoussoren/$_name"
license=(MIT)
depends=(python python-altgraph)
-makedepends=(python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('14c59c10874001aa9c1d527f114870991c0d8dfc6baf6c7e27f885df794a8239')