summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:46:38 +0100
committerWill Handley2022-07-01 15:46:38 +0100
commite3f1fea15964b399c41c6d66a6200768aebaaaa9 (patch)
treec7e5582cd8aed7f8ad7a519f84b3c855f6194db3
parent14e895af1c7a6fb8931fbb9c81d76d8bdfde21ac (diff)
downloadaur-e3f1fea15964b399c41c6d66a6200768aebaaaa9.tar.gz
Updated
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0771fe36f0e0..cd3639fc2882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = python-pfs
url = https://github.com/stt-systems/parallel_foreach_submodule
arch = any
license = LGPL
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/p/pfs/pfs-0.6.1.tar.gz
sha256sums = 9c1c344495ca225a2ff95f20f3919f287423a38c1d5457a5afb7334eb575a319
diff --git a/PKGBUILD b/PKGBUILD
index 41127793bc7c..2b87e84d6598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/stt-systems/parallel_foreach_submodule"
license=('LGPL')
groups=()
depends=()
-makedepends=('python-setuptools')
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()