summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-07-15 00:13:53 +0100
committerAlexandros Theodotou2019-07-15 00:13:53 +0100
commit2b9fb1ee456155748b158518c9f59c435ee62834 (patch)
tree4d68bd291b921d5edc940a01998715f4f5245c2e
parent4417704baa72e84cb0a63530277e8748771225bc (diff)
downloadaur-2b9fb1ee456155748b158518c9f59c435ee62834.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f15da3efaf..8c03fae8d616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = zrythm-git
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
- license = GPL3
+ license = AGPL3
makedepends = python
makedepends = gettext
makedepends = sed
@@ -18,12 +18,12 @@ pkgbase = zrythm-git
depends = libsndfile
depends = libyaml
depends = gettext
- depends = qt5-base
depends = libsamplerate
depends = alsa-lib
- depends = portaudio
depends = ladspa
depends = fftw
+ optdepends = portaudio: portaudio backend
+ optdepends = qt5-base: for embedding qt5 plugin UIs
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/git/zrythm.git
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')