summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-27 16:04:11 -0500
committerCarlos Aznarán2023-10-27 16:04:11 -0500
commit4ccedd196b350f664663b1f19b5ee74a5e7d1fa6 (patch)
tree6b793963fc91337f7e768ba298851ef6314cb168 /PKGBUILD
parent64853444848a6ab9216d0af57b8aa05f5f1b62cb (diff)
downloadaur-4ccedd196b350f664663b1f19b5ee74a5e7d1fa6.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f5d455423bc..8ab514202993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Quickly and accurately render even the largest data"
arch=(any)
url="https://${_base}.org"
license=('custom:BSD-3-clause')
-depends=(python-colorcet python-dask python-datashape python-numba python-pillow python-scipy python-xarray)
+depends=(python-colorcet python-dask python-multipledispatch python-numba python-pillow python-scipy python-xarray)
makedepends=(python-build python-installer python-wheel)
source=(${_base}-${pkgver}.tar.gz::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
sha512sums=('79e6e79fdc9e22184b01b536e21b4e36ba534c7b42b8e05ba2a6177d8d991f935eba6b914fc68a766c737643bcc66c7e805cbfa2e4a46e9967af776a160a48cf')