summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19933d972294..337c2cfbebf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 0.8.113
+ pkgver = 0.8.252
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -14,13 +14,12 @@ pkgbase = zrythm
makedepends = help2man
makedepends = python-sphinx
makedepends = ladspa
- makedepends = lv2
+ makedepends = gtksourceview3
depends = gtk3
depends = lilv
depends = libx11
depends = jack
depends = libsndfile
- depends = libyaml
depends = libsamplerate
depends = alsa-lib
depends = fftw
@@ -28,10 +27,10 @@ pkgbase = zrythm
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = https://www.zrythm.org/releases/zrythm-0.7.093.tar.xz
- source = https://www.zrythm.org/releases/zrythm-0.7.093.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-0.8.252.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-0.8.252.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = a83d07b9760682668730579e10f929efde4689055e6335f9b379ab2f60a58972
+ sha256sums = 2300112c96024ff4ef424a1ebd1210976a4535892eb8364efcf9732f159ea2ff
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 1906ea30ace1..5677cba4bc88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=0.8.113
+pkgver=0.8.252
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -12,12 +12,12 @@ depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'
- 'ladspa' 'lv2')
+ 'ladspa' 'lv2' 'gtksourceview3')
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
source=("https://www.zrythm.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('a83d07b9760682668730579e10f929efde4689055e6335f9b379ab2f60a58972'
+sha256sums=('2300112c96024ff4ef424a1ebd1210976a4535892eb8364efcf9732f159ea2ff'
'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')