summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a88137b4dfae..e0ac0613dcc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = 0.6.422
+ pkgver = 0.6.480
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = zrythm
makedepends = python-sphinx
makedepends = ladspa
makedepends = lv2
- makedepends = suil
depends = gtk3
depends = lilv
depends = libx11
@@ -25,13 +24,14 @@ pkgbase = zrythm
depends = libsamplerate
depends = alsa-lib
depends = fftw
+ depends = suil
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = https://download.savannah.nongnu.org/releases/zrythm/zrythm-0.6.422.tar.xz
- source = https://download.savannah.nongnu.org/releases/zrythm/zrythm-0.6.422.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-0.6.480.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-0.6.480.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = 57688679b7bb8a5e501386d9986a707f1b751ef7d70f68085e82b225fc02d400
+ sha256sums = 8a9452f8e8571909896204a07dfcc4c53ce0dbaf5fa4ccc30ee1bca63ed5f52d
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 483e81397fff..abbb7d8991cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=0.6.422
+pkgver=0.6.480
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
url="https://www.zrythm.org"
license=('AGPL3')
depends=('gtk3' 'lilv' 'libx11' 'jack' 'libsndfile'
- 'libyaml' 'libsamplerate' 'alsa-lib' 'fftw')
+ 'libyaml' 'libsamplerate' 'alsa-lib' 'fftw'
+ 'suil')
makedepends=(
'python' 'gettext' 'sed'
'meson' 'ninja' 'help2man' 'python-sphinx'
- 'ladspa' 'lv2' 'suil')
+ 'ladspa' 'lv2')
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
-source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-#source=("https://download-mirror.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('57688679b7bb8a5e501386d9986a707f1b751ef7d70f68085e82b225fc02d400'
+source=("https://www.zrythm.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('8a9452f8e8571909896204a07dfcc4c53ce0dbaf5fa4ccc30ee1bca63ed5f52d'
'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')