summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-04 17:10:31 +0000
committerGrey Christoforo2019-11-04 17:10:31 +0000
commite6e279182ce39cf510409abe9d8c648ab677748a (patch)
tree2eba341814f5ce4e6fd28d4ba3e224b29b9f4bd6
parent6f49cbbd5fc47f0668eb65790710e0f4d1aee892 (diff)
downloadaur-e6e279182ce39cf510409abe9d8c648ab677748a.tar.gz
add yarn to dep
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecced76c77a0..8d0f4ce6a2e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,9 @@ pkgbase = python-dash-daq
makedepends = python-setuptools
depends = python
depends = python-dash
+ depends = python-dash-table
+ depends = python-future
+ depends = yarn
source = https://github.com/plotly/dash-daq/archive/v0.2.2.tar.gz
sha256sums = 0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1
diff --git a/.gitignore b/.gitignore
index 72a3ed3fe6e0..bc0631e4ed88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.tar*
pkg/
src/
+demo*
diff --git a/PKGBUILD b/PKGBUILD
index a172ce6bbe2b..c0ec67f61d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Control components for Dash"
arch=('any')
url=https://github.com/plotly/dash-daq
license=('MIT')
-depends=(python python-dash python-dash-table)
-makedepends=(python-setuptools yarn)
+depends=(python python-dash python-dash-table python-future yarn)
+makedepends=(python-setuptools)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
sha256sums=('0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1')