summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-12-12 13:27:33 -0500
committerEthan Kerrick2022-12-12 13:27:33 -0500
commit4465b60f54967bdd5f7b6cd889e264912fbcb3dd (patch)
treecf7c15da2f2b6e84103e7920269f911c3c125236
parentfadbf818b0c9fc31e8727ac067ca5c3dc8faf766 (diff)
downloadaur-4465b60f54967bdd5f7b6cd889e264912fbcb3dd.tar.gz
removed ruby-sass, added sassc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd9f8e185e20..79585f32146b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
pkgver = 1.0.0.beta.4.5.1.r0.g98b783630
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.zrythm.org
arch = x86_64
arch = i686
license = AGPL3
- makedepends = ruby-sass
makedepends = python
makedepends = gettext
makedepends = sed
@@ -50,6 +49,7 @@ pkgbase = zrythm-git
depends = boost
depends = lsp-dsp-lib
depends = zstd
+ depends = sassc
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
optdepends = jack: for jack backend
diff --git a/PKGBUILD b/PKGBUILD
index 5a64e60bde52..766cb84ea2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm-git
pkgver=1.0.0.beta.4.5.1.r0.g98b783630
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -11,8 +11,8 @@ url="https://www.zrythm.org"
license=('AGPL3')
depends=('lilv' 'libx11' 'libsndfile' 'libsamplerate' 'alsa-lib' 'fftw'
'suil' 'breeze-icons' 'lv2' 'rubberband' 'python-sphinx-furo' 'python-sphinx-copybutton' 'python-sphinxcontrib-svg2pdfconverter'
- 'xxhash' 'vamp-plugin-sdk' 'carla-git' 'gtk4' 'guile' 'libadwaita' 'gtksourceview5' 'pcre' 'libpulse' 'curl' 'libaudec' 'json-glib' 'libcyaml' 'reproc' 'libpanel' 'boost' 'lsp-dsp-lib' 'zstd')
-makedepends=('ruby-sass' 'python' 'gettext' 'sed' 'python-sphinx-intl'
+ 'xxhash' 'vamp-plugin-sdk' 'carla-git' 'gtk4' 'guile' 'libadwaita' 'gtksourceview5' 'pcre' 'libpulse' 'curl' 'libaudec' 'json-glib' 'libcyaml' 'reproc' 'libpanel' 'boost' 'lsp-dsp-lib' 'zstd' 'sassc')
+makedepends=('python' 'gettext' 'sed' 'python-sphinx-intl'
'meson' 'ninja' 'help2man' 'python-sphinx'
'ladspa' 'lv2' 'cmake')
optdepends=('portaudio: portaudio backend'