summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Gregg2021-01-08 06:38:14 -0700
committerElijah Gregg2021-01-08 06:38:14 -0700
commitacbfbd0da172cc71cfa612bea0e734c7352b3bff (patch)
treeca91d04a6b529d58880fbb7b55035e8ae6156e05
parent4f2491f556608a2e2d0b7dcd5908976b92c79db5 (diff)
downloadaur-acbfbd0da172cc71cfa612bea0e734c7352b3bff.tar.gz
Add missing 'python-sphinx-intl' dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4690ed943c3f..66350cfdb6a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.alpha.6.0.1.r.ged48d5c6e
+ pkgver = 1.0.0.alpha.7.1.1.r.g6bea827a7
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = zrythm-git
makedepends = ninja
makedepends = help2man
makedepends = python-sphinx
+ makedepends = python-sphinx-intl
makedepends = ladspa
makedepends = lv2
makedepends = suil
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')