diff options
author | Will Handley | 2022-07-01 15:46:38 +0100 |
---|---|---|
committer | Will Handley | 2022-07-01 15:46:38 +0100 |
commit | e3f1fea15964b399c41c6d66a6200768aebaaaa9 (patch) | |
tree | c7e5582cd8aed7f8ad7a519f84b3c855f6194db3 | |
parent | 14e895af1c7a6fb8931fbb9c81d76d8bdfde21ac (diff) | |
download | aur-python-pfs.tar.gz |
Updated
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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=() |