summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Gregg2021-01-06 15:00:54 -0700
committerElijah Gregg2021-01-06 15:00:54 -0700
commit4f2491f556608a2e2d0b7dcd5908976b92c79db5 (patch)
tree4947474fde34e00cf42d66f6918560d3fab99919
parent465942cea41fcb96f6d5b4b8911695a80e282141 (diff)
downloadaur-4f2491f556608a2e2d0b7dcd5908976b92c79db5.tar.gz
Add missing 'ruby-sass' dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754bccaa6330..4690ed943c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = zrythm-git
depends = libsamplerate
depends = alsa-lib
depends = fftw
+ depends = ruby-sass
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
provides = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 609d48acf4cf..560b8b48c2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=1.0.0.alpha.6.0.1.r.ged48d5c6e
+pkgver=1.0.0.alpha.7.1.1.r.gb61d69ee9
pkgrel=1
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')
+ 'libyaml' 'libsamplerate' 'alsa-lib' 'fftw' 'ruby-sass')
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'