summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:43:42 +0100
committerWill Handley2022-07-01 15:43:42 +0100
commit3e4c2f122ebbbd65be1b78536140cd6e9399f1f9 (patch)
treeefa961f459b9406ec08f526142bd2c4c943fcd45
parent2546b015e10910e6c80b2fa3c2598ceaa5122dc3 (diff)
downloadaur-3e4c2f122ebbbd65be1b78536140cd6e9399f1f9.tar.gz
Updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640271511132..dcadc86e86be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = python-anesthetic
url = https://github.com/williamjameshandley/anesthetic
arch = any
license = MIT
- makedepends = python-setuptools
- makedepends = python-pip
+ makedepends = python-build
+ makedepends = python-installer
depends = python-numpy
depends = python-matplotlib
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 9b9fa2e795b5..151d3d646a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgrel=1
pkgdesc="nested sampling visualisation"
arch=(any)
url="https://github.com/williamjameshandley/anesthetic"
-license=('MIT')
+license=(MIT)
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-pandas')
-makedepends=('python-setuptools' 'python-pip')
+depends=(python-numpy python-matplotlib python-scipy python-pandas)
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()