summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75f6d827c32..a02c7547c8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 1.0.0.alpha.12.0.1.r.g9e09e8f4f
+ pkgver = 1.0.0.alpha.12.0.1.r.g64cd86954
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
arch = i686
license = AGPL3
+ makedepends = cmake
makedepends = python
makedepends = gettext
makedepends = gtksourceview3
diff --git a/PKGBUILD b/PKGBUILD
index 2cbb7a45f3d9..5d382590054f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=1.0.0.alpha.12.0.1.r.g9e09e8f4f
+pkgver=1.0.0.alpha.12.0.1.r.g64cd86954
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('AGPL3')
depends=('breeze-icons' 'gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
'libyaml' 'libsamplerate' 'alsa-lib' 'fftw')
makedepends=(
- 'python' 'gettext' 'gtksourceview3' 'sed'
+ 'cmake ' 'python' 'gettext' 'gtksourceview3' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx' 'python-sphinx-intl'
'ladspa' 'lv2' 'suil' 'ruby-sass')
optdepends=('portaudio: portaudio backend'