summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7a5ccef115e..0f77011071cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = python-dash-daq
license = MIT
makedepends = python-setuptools
makedepends = python-dash-table
+ makedepends = yarn
+ makedepends = python-brotli
depends = python
depends = python-dash
depends = python-dash-table
diff --git a/PKGBUILD b/PKGBUILD
index 9343e410b618..5dac45d9b9ae 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 python-dash-table)
+makedepends=(python-setuptools python-dash-table yarn python-brotli)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
sha256sums=('a3c37622843bbd2919565ff6ad08c132fa9155b31f8efce2d627ffa619715d21')