summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-08-01 22:03:22 +0100
committerGreyson Christoforo2020-08-01 22:03:22 +0100
commit7f23d5c407c80f36f87d5209a4033cd684153255 (patch)
tree795626e59024b011361999f8aaa78b8ee715cbde
parentc3cc36c6760e26d0920d4480ee44a412a6d075f9 (diff)
downloadaur-7f23d5c407c80f36f87d5209a4033cd684153255.tar.gz
need dash-table to build
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0e2b91a7ab..b7a5ccef115e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-dash-daq
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-dash-table
depends = python
depends = python-dash
depends = python-dash-table
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')