summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()