summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Gregg2021-05-06 20:48:45 -0600
committerElijah Gregg2021-05-06 20:48:45 -0600
commit1ea4c4d1c1996579c694845efe25469194d8d091 (patch)
tree06625dd327cc57c3c5fe64754d146c702cca7d88
parent66529ce806a122b7867e1f19e1252cbe82144b91 (diff)
downloadaur-1ea4c4d1c1996579c694845efe25469194d8d091.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e69c11f3d33..33d78510838e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,6 +31,9 @@ pkgbase = zrythm-git
depends = breeze-icons
depends = lv2
depends = rubberband
+ depends = python-sphinx-furo
+ depends = python-sphinx-copybutton
+ depends = python-sphinxcontrib-svg2pdfconverter
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
provides = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 255ff3f1fa29..471600328e50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
url="https://www.zrythm.org"
license=('AGPL3')
depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'libsamplerate' 'alsa-lib' 'fftw'
- 'suil' 'breeze-icons' 'lv2' 'rubberband')
+ 'suil' 'breeze-icons' 'lv2' 'rubberband' 'python-sphinx-furo' 'python-sphinx-copybutton' 'python-sphinxcontrib-svg2pdfconverter')
makedepends=('ruby-sass' 'python' 'gettext' 'sed' 'python-sphinx-intl'
'meson' 'ninja' 'help2man' 'python-sphinx'
'ladspa' 'lv2' 'gtksourceview3')