summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-02-20 00:37:49 -0500
committerEthan Kerrick2023-02-20 00:37:49 -0500
commite225ccc598f3ef624909b96d1f9b082829cd304c (patch)
tree0a17d6058b804fecb4c252fe882786f8f81e96b1
parentfc0bbc01d1ef7dc366a8b898c2c7d133e117fba4 (diff)
downloadaur-e225ccc598f3ef624909b96d1f9b082829cd304c.tar.gz
added zix dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700c66d2faf2..642ed2c9664f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.beta.4.5.1.r0.g98b783630
- pkgrel = 3
+ pkgver = 1.0.0.beta.4.5.62.r22.g8b02e7de6
+ pkgrel = 1
epoch = 1
url = https://www.zrythm.org
arch = x86_64
@@ -50,6 +50,7 @@ pkgbase = zrythm-git
depends = boost
depends = lsp-dsp-lib
depends = zstd
+ depends = zix-git
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
optdepends = jack: for jack backend
diff --git a/PKGBUILD b/PKGBUILD
index 3e17c452a80e..e1ce485d76b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Elijah Gregg <lovetocode999@ctrl-c.club>
# Contributor: Alexandros Theodotou <alex@zrythm.org>
pkgname=zrythm-git
-pkgver=1.0.0.beta.4.5.1.r0.g98b783630
-pkgrel=3
+pkgver=1.0.0.beta.4.5.62.r22.g8b02e7de6
+pkgrel=1
epoch=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ 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')
+ 'xxhash' 'vamp-plugin-sdk' 'carla-git' 'gtk4' 'guile' 'libadwaita' 'gtksourceview5' 'pcre' 'libpulse' 'curl' 'libaudec' 'json-glib' 'libcyaml' 'reproc' 'libpanel' 'boost' 'lsp-dsp-lib' 'zstd' 'zix-git')
makedepends=('python' 'gettext' 'sed' 'python-sphinx-intl'
'meson' 'ninja' 'help2man' 'python-sphinx'
'ladspa' 'lv2' 'cmake' 'sassc')