summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElijah Gregg2021-01-08 06:38:14 -0700
committerElijah Gregg2021-01-08 06:38:14 -0700
commitacbfbd0da172cc71cfa612bea0e734c7352b3bff (patch)
treeca91d04a6b529d58880fbb7b55035e8ae6156e05 /PKGBUILD
parent4f2491f556608a2e2d0b7dcd5908976b92c79db5 (diff)
downloadaur-acbfbd0da172cc71cfa612bea0e734c7352b3bff.tar.gz
Add missing 'python-sphinx-intl' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 560b8b48c2cc..b0d45b549cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=1.0.0.alpha.7.1.1.r.gb61d69ee9
+pkgver=1.0.0.alpha.7.1.1.r.g6bea827a7
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
'libyaml' 'libsamplerate' 'alsa-lib' 'fftw' 'ruby-sass')
makedepends=(
'python' 'gettext' 'sed'
- 'meson' 'ninja' 'help2man' 'python-sphinx'
+ 'meson' 'ninja' 'help2man' 'python-sphinx' 'python-sphinx-intl'
'ladspa' 'lv2' 'suil')
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')