summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-04 17:33:13 +0000
committerGrey Christoforo2019-11-04 17:33:13 +0000
commit500941843cf03ce85b07de8b1dca2d11b8967828 (patch)
tree24d7f002cefd7afdfab00a2505a30e5aa37a47a1
parent0f8abdda7666e7d0954cc7627ae48d28519abcbf (diff)
downloadaur-500941843cf03ce85b07de8b1dca2d11b8967828.tar.gz
yarn-->yaml
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2233c150f682..5bd322133b47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = python-dash-daq
depends = python-dash-table
depends = python-future
depends = yarn
- depends = python-yarn
+ depends = python-yaml
source = https://github.com/plotly/dash-daq/archive/v0.2.2.tar.gz
sha256sums = 0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1
diff --git a/PKGBUILD b/PKGBUILD
index 9aeca8d43f94..373f8f82475f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Control components for Dash"
arch=('any')
url=https://github.com/plotly/dash-daq
license=('MIT')
-depends=(python python-dash python-dash-table python-future yarn python-yarn)
+depends=(python python-dash python-dash-table python-future yarn python-yaml)
makedepends=(python-setuptools)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
sha256sums=('0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1')