summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-09-21 13:33:38 +0100
committerAlexandros Theodotou2019-09-21 13:33:38 +0100
commit9870edaff583c441314acb704a22c8481d49f901 (patch)
treeb251a9f18cc61fedcd55344e0ef03d32e3701e5a
parentf59c484907bb92794412caff927a7f9c4de3323e (diff)
downloadaur-9870edaff583c441314acb704a22c8481d49f901.tar.gz
bump to 0.6.422, add suil dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04fd2b6f18f..c4e9235f9027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm-git
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 0.6.384
+ pkgver = 0.6.422
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = zrythm-git
makedepends = python-sphinx
makedepends = ladspa
makedepends = lv2
+ makedepends = suil
depends = gtk3
depends = lilv
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index d32a4b30326b..169d832d8a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.6.384
+pkgver=0.6.422
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'
- 'ladspa' 'lv2')
+ 'ladspa' 'lv2' 'suil')
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=("$_pkgname")