summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-10-15 11:47:01 -0400
committerEthan Kerrick2022-10-15 11:47:01 -0400
commitc648d8fde21e0c984392dd095b7e3c5806f395f7 (patch)
treedaa270a14a29309e9b017e095abaa40ffbacff3e
parentef3c351c716aa5ef0137d581776befd162711740 (diff)
downloadaur-c648d8fde21e0c984392dd095b7e3c5806f395f7.tar.gz
added some missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d395b6f987a4..983cbdd4d235 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.26.0.13.r202.g2fa57d645
+ pkgver = 1.0.0.beta.3.9.1.r0.g9d19b2f4c
pkgrel = 1
epoch = 1
url = https://www.zrythm.org
@@ -41,6 +41,10 @@ pkgbase = zrythm-git
depends = gtk4
depends = guile
depends = graphviz
+ depends = libadwaita
+ depends = gtksourceview5
+ depends = pcre
+ depends = libpulse
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
provides = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 94756a15e9c3..6e06a1f1a85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Elijah Gregg <lovetocode999@ctrl-c.club>
# Contributor: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm-git
-pkgver=1.0.0.alpha.26.0.13.r202.g2fa57d645
+pkgver=1.0.0.beta.3.9.1.r0.g9d19b2f4c
pkgrel=1
epoch=1
pkgdesc='a highly automated and intuitive digital audio workstation'
@@ -11,7 +11,7 @@ url="https://www.zrythm.org"
license=('AGPL3')
depends=('lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' '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' 'graphviz')
+ 'xxhash' 'vamp-plugin-sdk' 'carla-git' 'gtk4' 'guile' 'graphviz' 'libadwaita' 'gtksourceview5' 'pcre' 'libpulse')
makedepends=('ruby-sass' 'python' 'gettext' 'sed' 'python-sphinx-intl'
'meson' 'ninja' 'help2man' 'python-sphinx'
'ladspa' 'lv2' 'gtksourceview3' 'cmake')