summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakspecs2021-02-27 00:09:33 -0800
committerElijah Gregg2021-02-27 08:05:14 -0700
commite9de57bf8c7c18f58fa57857c0b85dd68921c762 (patch)
tree85602604dc19dc4e9c41896c02cb9e9de6093867
parent895422a0d695a985ca4d31f2c58497d1b4b6eb5a (diff)
downloadaur-e9de57bf8c7c18f58fa57857c0b85dd68921c762.tar.gz
add cmake to makedepends
bump git commit version to g64cd86954
-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'