summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:47:16 +0100
committerWill Handley2022-07-01 15:47:16 +0100
commitd3825010cc6d568ba174cb73f6390f5231f64d0b (patch)
tree4ff1e998051ce6a5971658c26915033025540c90
parent08e4332740b36d16a73d5a4bccf21591667d2923 (diff)
downloadaur-d3825010cc6d568ba174cb73f6390f5231f64d0b.tar.gz
Updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc374d9e7cac..833dda70f3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = python-pywwt
url = https://github.com/WorldWideTelescope/pywwt
arch = any
license = BSD
- makedepends = python-setuptools
- makedepends = npm
+ makedepends = python-build
+ makedepends = python-installer
depends = python-numpy
depends = python-matplotlib
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index c058dd05e8fe..5002c2e78c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=(any)
url="https://github.com/WorldWideTelescope/pywwt"
license=('BSD')
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-ipywidgets' 'python-traitlets' 'python-qtpy' 'python-flask' 'python-six')
-makedepends=('python-setuptools' 'npm')
+depends=(python-numpy python-matplotlib python-requests python-beautifulsoup4 python-lxml python-ipywidgets python-traitlets python-qtpy python-flask python-six)
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()