summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 543210bcbb55..2d49934dbe40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.5.120.r2.ge9e5b258
+pkgver=0.5.120.r39.g7e84f645
pkgrel=1
-pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
-arch=( 'x86_64' )
+pkgdesc='An highly automated, intuitive, Digital Audio Workstation (DAW)'
+arch=('x86_64')
url='https://git.zrythm.org/zrythm/zrythm'
-license=( 'GPL3' )
+license=('AGPL3')
depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
- 'libsndfile' 'libyaml' 'gettext' 'qt5-base'
- 'libsamplerate' 'alsa-lib' 'portaudio'
+ 'libsndfile' 'libyaml' 'gettext'
+ 'libsamplerate' 'alsa-lib'
'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed'
'meson' 'ninja')
-conflicts=( "$_pkgname" )
-provides=( "$_pkgname" )
+optdepends=('portaudio: portaudio backend'
+ 'qt5-base: for embedding qt5 plugin UIs')
+conflicts=("$_pkgname")
+provides=("$_pkgname")
source=("$_pkgname::git+https://git.zrythm.org/git/zrythm.git")
md5sums=('SKIP')