summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2021-01-06 12:27:00 -0700
committerChristopher Patrick Fair2021-01-06 12:27:00 -0700
commit6259071178b3fef4c267d2eac7e1ead7e9a54a1c (patch)
tree73ad049a7f47335a01848ae39a8fd32ce4a7f912
parent0967605cfee7bf64fba3fa41c94ae6818365524c (diff)
downloadaur-6259071178b3fef4c267d2eac7e1ead7e9a54a1c.tar.gz
added ruby-sass to the dependency list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a2f233f653..2580efb841cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
pkgver = alpha.7.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.zrythm.org
arch = x86_64
arch = i686
@@ -30,6 +30,7 @@ pkgbase = zrythm
depends = lv2
depends = rubberband
depends = python-sphinx-intl
+ depends = ruby-sass
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
diff --git a/PKGBUILD b/PKGBUILD
index d42df2eb6b61..e57aee05a23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
pkgver=alpha.7.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='a highly automated and intuitive digital audio workstation'
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' 'python-sphinx-intl')
+ 'suil' 'breeze-icons' 'lv2' 'rubberband' 'python-sphinx-intl' 'ruby-sass')
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'