summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2020-08-01 22:03:22 +0100
committerGreyson Christoforo2020-08-01 22:03:22 +0100
commit7f23d5c407c80f36f87d5209a4033cd684153255 (patch)
tree795626e59024b011361999f8aaa78b8ee715cbde /PKGBUILD
parentc3cc36c6760e26d0920d4480ee44a412a6d075f9 (diff)
downloadaur-7f23d5c407c80f36f87d5209a4033cd684153255.tar.gz
need dash-table to build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52568e19c7ef..9343e410b618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url=https://github.com/plotly/dash-daq
license=('MIT')
depends=(python python-dash python-dash-table python-future yarn python-yaml)
-makedepends=(python-setuptools)
+makedepends=(python-setuptools python-dash-table)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
sha256sums=('a3c37622843bbd2919565ff6ad08c132fa9155b31f8efce2d627ffa619715d21')