summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLance Roy2022-10-22 20:37:26 -0700
committerLance Roy2022-10-22 20:37:26 -0700
commitfec5a19c461d1e4a7e55c8fd0de1e22a3f1f6ee2 (patch)
treeb49bbaaf586f5a312c5a3c2dc85e5df71976cdb7 /PKGBUILD
parent84063b72f77eb8a5f3ceb8077d7574c5a1a73260 (diff)
downloadaur-fec5a19c461d1e4a7e55c8fd0de1e22a3f1f6ee2.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2379239acd1f..8ff40a06df65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=8.20.7.27.r2075.d04d9177
pkgrel=1
arch=('any')
depends=('python' 'python-cachetools' 'python-future' 'python-z3-solver')
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
license=('BSD')