summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:44:09 +0100
committerWill Handley2022-07-01 15:44:09 +0100
commit36ac30e42ae2afbd7ca3ddf85d0f2eb392941351 (patch)
treebc8adf2bc7c9daca69dd6bdcd62cb562e2303a42
parentf50b797a8d9b868e5c555f69e93a4b7b1b7e9784 (diff)
downloadaur-36ac30e42ae2afbd7ca3ddf85d0f2eb392941351.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 1b87c5a1b25c..b5da88761e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = python-camb
url = https://github.com/cmbant/CAMB
arch = any
license = custom
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/c/camb/camb-1.3.2.tar.gz
sha256sums = ae1604e72b10515505ff675a139e1bc1d34b48733974e5feb0c1ce4fbb8b1b00
diff --git a/PKGBUILD b/PKGBUILD
index b4e0624f2576..9c4ed39bdcfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/cmbant/CAMB"
license=('custom')
groups=()
-makedepends=('python-setuptools')
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()